| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b80d169 commit 54b84f3
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -127,7 +127,7 @@ function alignPool() { | |||
| 127 | 127 | var bufferWarn = true; | |
| 128 | 128 | const bufferWarning = 'The Buffer() and new Buffer() constructors are not ' + | |
| 129 | 129 | 'recommended for use due to security and usability ' + | |
| 130 | - 'concerns. Please use the new Buffer.alloc(), ' + | ||
| 130 | + 'concerns. Please use the Buffer.alloc(), ' + | ||
| 131 | 131 | 'Buffer.allocUnsafe(), or Buffer.from() construction ' + | |
| 132 | 132 | 'methods instead.'; | |
| 133 | 133 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ const common = require('../common'); | |||
| 5 | 5 | ||
| 6 | 6 | const bufferWarning = 'The Buffer() and new Buffer() constructors are not ' + | |
| 7 | 7 | 'recommended for use due to security and usability ' + | |
| 8 | - 'concerns. Please use the new Buffer.alloc(), ' + | ||
| 8 | + 'concerns. Please use the Buffer.alloc(), ' + | ||
| 9 | 9 | 'Buffer.allocUnsafe(), or Buffer.from() construction ' + | |
| 10 | 10 | 'methods instead.'; | |
| 11 | 11 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments