@engage_so/core
Advanced tools
Comparing version 1.7.0 to 2.0.0
{ | ||
"name": "@engage_so/core", | ||
"version": "1.7.0", | ||
"description": "Event driven customer segmentation and targeted engagement.", | ||
"main": "index.js", | ||
"version": "2.0.0", | ||
"description": "Engage JS core.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest", | ||
"build": "tsc -p tsconfig.json", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -14,10 +17,14 @@ "publishConfig": { | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@tsconfig/recommended": "^1.0.3", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.11.19", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.2", | ||
"ts-standard": "^12.0.2" | ||
}, | ||
"dependencies": { | ||
"buffer": "^6.0.3", | ||
"cross-fetch": "^3.1.5" | ||
"cross-fetch": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^26.4.2" | ||
}, | ||
"gitHead": "049446915da38864772b6f1bd5b5547c4362b7a7" | ||
"gitHead": "ecc6ef9a3277da36b56fb4169dbfafbdde9b926b" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
14785
1
7
481
6
+ Addedcross-fetch@4.1.0(transitive)
- Removedbuffer@^6.0.3
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedcross-fetch@3.2.0(transitive)
- Removedieee754@1.2.1(transitive)
Updatedcross-fetch@^4.0.0