ctl-scripts
Advanced tools
Comparing version
{ | ||
"name": "ctl-scripts", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Artem Zakharchenko", | ||
"license": "MIT", | ||
"bin": { | ||
"ctl-scripts": "build/index.js" | ||
}, | ||
"bin": "bin/index.js", | ||
"scripts": { | ||
"cli": "build/index.js", | ||
"clean": "rimraf ./build", | ||
"clean": "rimraf ./bin", | ||
"build": "yarn clean && tsc", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"files": [ | ||
"README.md", | ||
"bin", | ||
"config" | ||
], | ||
"dependencies": { | ||
@@ -16,0 +18,0 @@ "@rollup/plugin-json": "^4.1.0", |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
10051
36.4%255
6.69%11
-26.67%2
100%1
Infinity%