Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pipcook/cli

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipcook/cli - npm Package Compare versions

Comparing version 2.1.5-bd5fa4a-beta.0 to 2.1.5-ccb7f4d-beta.0

11

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc