@memberjunction/code-execution
Advanced tools
| > @memberjunction/code-execution@5.40.0 build | ||
| > @memberjunction/code-execution@5.40.1 build | ||
| > tsc && tsc-alias -f && npm run copy:bundled-libs | ||
| > @memberjunction/code-execution@5.40.0 copy:bundled-libs | ||
| > @memberjunction/code-execution@5.40.1 copy:bundled-libs | ||
| > node -e "const fs=require('fs'),p=require('path');const src=p.join('src','libraries','bundled-libs');const dst=p.join('dist','libraries','bundled-libs');fs.mkdirSync(dst,{recursive:true});for(const f of fs.readdirSync(src))fs.copyFileSync(p.join(src,f),p.join(dst,f));" | ||
+8
-0
| # @memberjunction/code-execution | ||
| ## 5.40.1 | ||
| ### Patch Changes | ||
| - Updated dependencies [e50381b] | ||
| - @memberjunction/core@5.40.1 | ||
| - @memberjunction/global@5.40.1 | ||
| ## 5.40.0 | ||
@@ -4,0 +12,0 @@ |
+3
-3
| { | ||
| "name": "@memberjunction/code-execution", | ||
| "type": "module", | ||
| "version": "5.40.0", | ||
| "version": "5.40.1", | ||
| "description": "Sandboxed code execution service for MemberJunction actions and agents", | ||
@@ -16,4 +16,4 @@ "main": "dist/index.js", | ||
| "dependencies": { | ||
| "@memberjunction/core": "5.40.0", | ||
| "@memberjunction/global": "5.40.0", | ||
| "@memberjunction/core": "5.40.1", | ||
| "@memberjunction/global": "5.40.1", | ||
| "isolated-vm": "^6.0.2", | ||
@@ -20,0 +20,0 @@ "lodash": "^4.17.23", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
2552356
0.01%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated