+3
-0
@@ -0,1 +1,4 @@ | ||
| ## 1.1.3 | ||
| * [javascript: fix handler leak (#121)](https://github.com/extremeheat/JSPyBridge/commit/5a2bd1eabf86987ab5641dd4913d3fc2e0ba4ad0) (thanks @extremeheat) | ||
| ## 1.1.2 | ||
@@ -2,0 +5,0 @@ * [javascript: don't try manually resolving path after package installation, try import() directly (#115)](https://github.com/extremeheat/JSPyBridge/commit/0e3a0913165142a62616dafaca4003cee2af304f) (thanks @extremeheat) |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "description": "Bridge to call and interop Python APIs from Node.js", | ||
| "version": "1.1.2", | ||
| "version": "1.1.3", | ||
| "main": "./src/pythonia/index.js", | ||
@@ -8,0 +8,0 @@ "types": "./src/pythonia/index.d.ts", |
@@ -240,3 +240,3 @@ const util = require('util') | ||
| // we're done with it (GC'd), we can ask python to free it | ||
| if (made[r] instanceof Promise) throw Error('You did not await a paramater when calling ' + stack.join('.')) | ||
| if (made[r] instanceof Promise) throw Error('You did not await a parameter when calling ' + stack.join('.')) | ||
| this.jsi.m[ffid] = made[r] | ||
@@ -300,3 +300,3 @@ this.queueForCollection(ffid, made[r]) | ||
| /** | ||
| * This method creates a Python class which proxies overriden entries on the | ||
| * This method creates a Python class which proxies overridden entries on the | ||
| * on the JS side over to JS. Conversely, in JS when a property access | ||
@@ -303,0 +303,0 @@ * is performed on an object that doesn't exist, it's sent to Python. |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
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
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
526314
0.03%63
-1.56%5
25%