+3
-0
@@ -0,1 +1,4 @@ | ||
| ## 1.2.6 | ||
| * [Add dependencies field to package.json](https://github.com/extremeheat/JSPyBridge/commit/9c5cbefff12aea3dd024745ff761a5a2b2d9beb0) (thanks @extremeheat) | ||
| ## 1.2.5 | ||
@@ -2,0 +5,0 @@ * [Fix timeout handling (#168)](https://github.com/extremeheat/JSPyBridge/commit/3ae9721f2ea16865434233401582b8cb715679bc) (thanks @extremeheat) |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "description": "Bridge to call and interop Python APIs from Node.js", | ||
| "version": "1.2.5", | ||
| "version": "1.2.6", | ||
| "main": "./src/pythonia/index.js", | ||
@@ -8,0 +8,0 @@ "types": "./src/pythonia/index.d.ts", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
529191
0.03%