We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
safe-buffer
1 parent 7a6b472 commit 3ea88a3Copy full SHA for 3ea88a3
HISTORY.md
@@ -1,3 +1,7 @@
1
+unreleased
2
+=================
3
+ * Remove dependency `safe-buffer`
4
+
5
1.0.0 / 2024-08-31
6
==================
7
index.js
@@ -20,7 +20,6 @@ module.exports.parse = parse
20
*/
21
22
var basename = require('path').basename
23
-var Buffer = require('safe-buffer').Buffer
24
25
/**
26
* RegExp to match non attr-char, *after* encodeURIComponent (i.e. not including "%")
package.json
@@ -11,9 +11,6 @@
11
"res"
12
],
13
"repository": "jshttp/content-disposition",
14
- "dependencies": {
15
- "safe-buffer": "5.2.1"
16
- },
17
"devDependencies": {
18
"deep-equal": "1.0.1",
19
"eslint": "7.32.0",
0 commit comments