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.
1 parent 91fe935 commit 56d5a42Copy full SHA for 56d5a42
docs/rules/detect-new-buffer.md
@@ -3,3 +3,7 @@
3
⚠️ This rule _warns_ in the ✅ `recommended` config.
4
5
<!-- end auto-generated rule header -->
6
+
7
+`new Buffer()` now emits a deprecation warning in Node.js.
8
9
+More information: [new Buffer(number) is unsafe](https://github.com/nodejs/node/issues/4660)
0 commit comments