node-smart-buffer
Advanced tools
+1
-0
@@ -255,2 +255,3 @@ const maximum = Math.pow( 2, 17 ) - 1; | ||
| this.buffer[ this.cursor++ ] = number[ 0 ]; | ||
| this.length = Math.max( this.length, this.cursor ); | ||
| } | ||
@@ -257,0 +258,0 @@ return this; |
+1
-1
| { | ||
| "name": "node-smart-buffer", | ||
| "version": "2.1.2", | ||
| "version": "2.1.3", | ||
| "description": "ring buffer & packet compile", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
16166
0.34%404
0.25%