🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@memberjunction/code-execution

Package Overview
Dependencies
Maintainers
9
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memberjunction/code-execution - npm Package Compare versions

Comparing version
5.32.0
to
5.33.0
+2
-2
.turbo/turbo-build.log
> @memberjunction/code-execution@5.32.0 build
> @memberjunction/code-execution@5.33.0 build
> tsc && tsc-alias -f && npm run copy:bundled-libs
> @memberjunction/code-execution@5.32.0 copy:bundled-libs
> @memberjunction/code-execution@5.33.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));"
# @memberjunction/code-execution
## 5.33.0
### Patch Changes
- Updated dependencies [95eb27e]
- Updated dependencies [74b0be0]
- Updated dependencies [5cc5326]
- Updated dependencies [7e4957d]
- @memberjunction/core@5.33.0
- @memberjunction/global@5.33.0
## 5.32.0

@@ -4,0 +15,0 @@

{
"name": "@memberjunction/code-execution",
"type": "module",
"version": "5.32.0",
"version": "5.33.0",
"description": "Sandboxed code execution service for MemberJunction actions and agents",

@@ -16,4 +16,4 @@ "main": "dist/index.js",

"dependencies": {
"@memberjunction/core": "5.32.0",
"@memberjunction/global": "5.32.0",
"@memberjunction/core": "5.33.0",
"@memberjunction/global": "5.33.0",
"isolated-vm": "^6.0.2",

@@ -20,0 +20,0 @@ "lodash": "^4.17.23",