@pipcook/cli
Advanced tools
Comparing version 2.1.5-bd5fa4a-beta.0 to 2.1.5-ccb7f4d-beta.0
{ | ||
"name": "@pipcook/cli", | ||
"version": "2.1.5-bd5fa4a-beta.0", | ||
"version": "2.1.5-ccb7f4d-beta.0", | ||
"description": "", | ||
"main": "dist/bin/pipcook.js", | ||
"scripts": { | ||
"preinstall": "(mkdir -p dist/bin && touch dist/bin/pipcook.js) || ((mkdir dist\\bin || echo 'exists') && echo '' > dist\\bin\\pipcook.js)", | ||
"test": "ava -v", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "((rm -rf ./dist && rm -rf tsconfig.tsbuildinfo) || (rmdir /Q /S ./dist && rmdir /Q /S tsconfig.tsbuildinfo))", | ||
"clean": "((rm -rf dist tsconfig.tsbuildinfo) || (rmdir /Q /S dist tsconfig.tsbuildinfo)) || echo 'nothing to clean'", | ||
"compile": "tsc -b tsconfig.json && (chmod +x ./dist/bin/pipcook.js || echo 'windows not support chmod for bin')", | ||
@@ -21,4 +22,4 @@ "cov": "nyc -r text-summary npm run test", | ||
"dependencies": { | ||
"@pipcook/core": "^2.1.5-bd5fa4a-beta.0", | ||
"@pipcook/costa": "^2.1.5-bd5fa4a-beta.0", | ||
"@pipcook/core": "^2.1.5-ccb7f4d-beta.0", | ||
"@pipcook/costa": "^2.1.5-ccb7f4d-beta.0", | ||
"bent": "^7.3.12", | ||
@@ -71,3 +72,3 @@ "chalk": "^3.0.0", | ||
}, | ||
"gitHead": "be547c41b6ad6753d4d3632af842764b825aecd0" | ||
"gitHead": "bdff54c7a1491f8ca8072835a99951f6f4baf706" | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
121947
1