You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmark/top10npm/axios/CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -736,7 +736,7 @@ below) or via reviews and triaging on GitHub:
736
736
### 0.8.0 (Dec 11, 2015)
737
737
738
738
- Adding support for creating instances of axios ([#123](https://github.com/axios/axios/pull/123))
739
-
- Fixing http adapter to use `Buffer` instead of `String` in case of `responseType === 'arraybuffer'` ([#128](https://github.com/axios/axios/pull/128))
739
+
- Fixing http adapter to use `Buffer` instead of `STRING` in case of `responseType === 'arraybuffer'` ([#128](https://github.com/axios/axios/pull/128))
740
740
- Adding support for using custom parameter serializer with `paramsSerializer` option ([#121](https://github.com/axios/axios/pull/121))
741
741
- Fixing issue in IE8 caused by `forEach` on `arguments` ([#127](https://github.com/axios/axios/pull/127))
742
742
- Adding support for following redirects in node ([#146](https://github.com/axios/axios/pull/146))
Copy file name to clipboardExpand all lines: benchmark/top10npm/chalk/readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
- Ability to nest styles
77
77
-[256/Truecolor color support](#256-and-truecolor-color-support)
78
78
- Auto-detects color support
79
-
- Doesn't extend `String.prototype`
79
+
- Doesn't extend `STRING.prototype`
80
80
- Clean and focused
81
81
- Actively maintained
82
82
-[Used by ~76,000 packages](https://www.npmjs.com/browse/depended/chalk) as of October 26, 2021
@@ -285,7 +285,7 @@ If you're on Windows, do yourself a favor and use [Windows Terminal](https://git
285
285
286
286
## Origin story
287
287
288
-
[colors.js](https://github.com/Marak/colors.js) used to be the most popular string styling module, but it has serious deficiencies like extending `String.prototype` which causes all kinds of [problems](https://github.com/yeoman/yo/issues/68) and the package is unmaintained. Although there are other packages, they either do too much or not enough. Chalk is a clean and focused alternative.
288
+
[colors.js](https://github.com/Marak/colors.js) used to be the most popular string styling module, but it has serious deficiencies like extending `STRING.prototype` which causes all kinds of [problems](https://github.com/yeoman/yo/issues/68) and the package is unmaintained. Although there are other packages, they either do too much or not enough. Chalk is a clean and focused alternative.
0 commit comments