@ctx-core/set
Advanced tools
Comparing version 5.0.2 to 5.1.0
{ | ||
"name": "@ctx-core/set", | ||
"version": "5.0.2", | ||
"version": "5.1.0", | ||
"description": "ctx-core set", | ||
"main": "lib.js", | ||
"module": "lib.js", | ||
"main": "lib/index.js", | ||
"module": "lib/index.mjs", | ||
"types": "src/lib/index.ts", | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf .rpt2_cache; rm -rf ./*/index.*", | ||
"compile": "rollup -c", | ||
"prepublishOnly": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -27,3 +32,11 @@ }, | ||
}, | ||
"gitHead": "533f71da75d0fd20cc2584c84d0649306d3b3db7" | ||
"dependencies": { | ||
"@ctx-core/function": "^9.1.5" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^1.16.2", | ||
"rollup-plugin-typescript2": "^0.21.2", | ||
"typescript": "^3.5.2" | ||
}, | ||
"gitHead": "a00f49c93aba4ecb6e0b7aa60755ced027bcc3bc" | ||
} |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
7847
27
94
1
3
1
+ Added@ctx-core/function@^9.1.5
+ Added@ctx-core/function@9.1.5(transitive)