Socket
Socket
Sign inDemoInstall

@zerva/bin

Package Overview
Dependencies
4
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.8 to 0.7.0

42

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

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

"type": "module",
"typings": "dist/index.d.ts",
"exports": {
".": {
"browser": "./dist/index.js",
"require": "./dist/index.cjs",
"node": "./dist/index.js",
"default": "./dist/index.js"
}
},
"module": "dist/index.js",
"main": "dist/index.cjs",
"files": [

@@ -41,12 +30,17 @@ "dist"

},
"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": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^17.0.22",
"cors": "^2.8.5",
"esbuild": "^0.14.27",
"express": "^4.17.3",
"helmet": "^5.0.2",
"node-notifier": "^10.0.1",
"qrcode-terminal": "^0.12.0",
"zeed": "^0.7.136"

@@ -62,13 +56,3 @@ },

"typescript": "^4.6.2"
},
"scripts": {
"start": "npm run watch",
"build": "npm run clean && npm run build:tsup && 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=* jest src",
"global": "pnpm -g ln"
}
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc