@memberjunction/code-execution
Advanced tools
| > @memberjunction/code-execution@5.30.1 build | ||
| > @memberjunction/code-execution@5.31.0 build | ||
| > tsc && tsc-alias -f && npm run copy:bundled-libs | ||
| > @memberjunction/code-execution@5.30.1 copy:bundled-libs | ||
| > @memberjunction/code-execution@5.31.0 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));" | ||
+15
-0
| # @memberjunction/code-execution | ||
| ## 5.31.0 | ||
| ### Patch Changes | ||
| - 7ed7a4b: no metadata/migration changes | ||
| - Updated dependencies [7ed7a4b] | ||
| - Updated dependencies [60e7541] | ||
| - Updated dependencies [18be074] | ||
| - Updated dependencies [17b8087] | ||
| - Updated dependencies [6779c1e] | ||
| - Updated dependencies [de34786] | ||
| - Updated dependencies [5db36d9] | ||
| - @memberjunction/core@5.31.0 | ||
| - @memberjunction/global@5.31.0 | ||
| ## 5.30.1 | ||
@@ -4,0 +19,0 @@ |
+3
-3
| { | ||
| "name": "@memberjunction/code-execution", | ||
| "type": "module", | ||
| "version": "5.30.1", | ||
| "version": "5.31.0", | ||
| "description": "Sandboxed code execution service for MemberJunction actions and agents", | ||
@@ -16,4 +16,4 @@ "main": "dist/index.js", | ||
| "dependencies": { | ||
| "@memberjunction/core": "5.30.1", | ||
| "@memberjunction/global": "5.30.1", | ||
| "@memberjunction/core": "5.31.0", | ||
| "@memberjunction/global": "5.31.0", | ||
| "isolated-vm": "^6.0.2", | ||
@@ -20,0 +20,0 @@ "lodash": "^4.17.23", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
2549657
0.01%+ Added
+ Added
- Removed
- Removed
Updated