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.29 to 0.7.30

27

package.json
{
"name": "@zerva/bin",
"version": "0.7.29",
"version": "0.7.30",
"description": "🌱 Zerva Command Line Tool",
"bin": {
"zerva": "bin.cjs"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/holtwick"
},
"keywords": [

@@ -17,10 +10,15 @@ "server",

],
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/holtwick"
},
"license": "MIT",
"author": {
"name": "Dirk Holtwick",
"email": "dirk.holtwick@gmail.com",
"url": "https://holtwick.de"
},
"license": "MIT",
"type": "module",
"engines": {
"node": ">=14.13.1"
"bin": {
"zerva": "bin.cjs"
},

@@ -33,7 +31,8 @@ "dependencies": {

"scripts": {
"build": "chmod +x ./bin.cjs",
"global": "pnpm -g ln",
"reset": "rm -rf node_modules pnpm-lock.yaml dist dist_www www",
"start": "pnpm run watch",
"build": "chmod +x ./bin.cjs",
"test": "echo todo",
"global": "pnpm -g ln"
"test": "echo todo"
}
}
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