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.13 to 0.7.15

icon.png

29

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

@@ -23,5 +23,2 @@ "bin": {

"type": "module",
"files": [
"dist"
],
"engines": {

@@ -31,26 +28,12 @@ "node": ">=14.13.1"

"dependencies": {
"@types/node": "^17.0.22",
"@types/node": "^17.0.23",
"esbuild": "^0.14.27",
"node-notifier": "^10.0.1",
"zeed": "^0.7.136"
"node-notifier": "^10.0.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/qrcode-terminal": "^0.12.0",
"cross-fetch": "^3.1.5",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"tsup": "^5.12.1",
"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",
"start": "pnpm run watch",
"build": "chmod +x ./bin.cjs",
"test": "echo todo",
"global": "pnpm -g ln"
}
}

Sorry, the diff of this file is not supported yet

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