Socket
Socket
Sign inDemoInstall

@zerva/bin

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zerva/bin - npm Package Compare versions

Comparing version 0.7.0 to 0.7.13

LICENSE

25

package.json
{
"name": "@zerva/bin",
"version": "0.7.0",
"version": "0.7.13",
"description": "🌱 Zerva Command Line Tool",

@@ -29,13 +29,2 @@ "bin": {

},
"scripts": {
"start": "npm run watch",
"build": "npm run clean && chmod +x ./bin.cjs",
"build:esm": "tsc -p tsconfig.json",
"build:tsup": "tsup src/index.ts --dts --sourcemap --format esm,cjs",
"clean": "rm -rf dist",
"watch": "npm run build:tsup -- --watch",
"prepublishOnly": "npm test && npm run build",
"test": "ZEED=* echo todo",
"global": "pnpm -g ln"
},
"dependencies": {

@@ -55,3 +44,13 @@ "@types/node": "^17.0.22",

"typescript": "^4.6.2"
},
"scripts": {
"start": "npm run watch",
"build": "npm run clean && chmod +x ./bin.cjs",
"build:esm": "tsc -p tsconfig.json",
"build:tsup": "tsup src/index.ts --dts --sourcemap --format esm,cjs",
"clean": "rm -rf dist",
"watch": "npm run build:tsup -- --watch",
"test": "ZEED=* echo todo",
"global": "pnpm -g ln"
}
}
}
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