@ctx-core/object
Advanced tools
Comparing version 5.3.1 to 5.4.0
{ | ||
"name": "@ctx-core/object", | ||
"version": "5.3.1", | ||
"version": "5.4.0", | ||
"description": "ctx-core object", | ||
"main": "lib.js", | ||
"module": "lib.js", | ||
"main": "lib/index.mjs", | ||
"module": "lib/index.mjs", | ||
"types": "src/lib/index.ts", | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf ./*/index.*", | ||
"compile": "rollup -c", | ||
"prepublishOnly": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -28,5 +33,10 @@ }, | ||
"dependencies": { | ||
"@ctx-core/function": "^9.0.1" | ||
"@ctx-core/function": "^9.1.0" | ||
}, | ||
"gitHead": "5d2a2301f550dc2e66eefce736aaa740d66b0a34" | ||
"devDependencies": { | ||
"rollup": "^1.16.2", | ||
"rollup-plugin-typescript2": "^0.21.2", | ||
"typescript": "^3.5.2" | ||
}, | ||
"gitHead": "8b3ebec87966ee690bb4e905df33ff9a7ef33a1c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14304
5
537
3
1
Updated@ctx-core/function@^9.1.0