Socket
Socket
Sign inDemoInstall

@zerva/bin

Package Overview
Dependencies
5
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.4 to 0.18.0

10

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

@@ -29,7 +29,7 @@ "keywords": [

"dependencies": {
"@types/node": "^18.13.0",
"@types/node": "^18.14.1",
"display-notification": "^3.0.0",
"esbuild": "=0.16.17",
"esbuild-plugin-yaml": "^0.0.1",
"zeed": "^0.9.5"
"zeed": "^0.9.22"
},

@@ -43,6 +43,6 @@ "scripts": {

"test": "echo todo",
"drun": "pnpm run build && ZEED=* ZEED_COLOR=1 node ./bin.cjs demo/zerva.ts -d --loader=.md:text --define=TEST:false",
"dbld": "pnpm run build && node ./bin.cjs demo/zerva.ts --build -d --loader=.md:text --define=TEST:false && ZEED=* ZEED_COLOR=1 node dist/main.cjs",
"drun": "pnpm run build && ZEED=* ZEED_COLOR=1 node ./bin.cjs --esm demo/zerva.ts -d --loader=.md:text --define=TEST:false",
"dbld": "pnpm run build && node ./bin.cjs --esm demo/zerva.ts --build -d --loader=.md:text --define=TEST:false && ZEED=* ZEED_COLOR=1 node dist/main.cjs",
"ddeno": "pnpm run build && node ./bin.cjs demo/zerva.ts --build --esm -d --loader=.md:text --define=TEST:false && ZEED=* ZEED_COLOR=1 deno run --unstable --allow-read --allow-write=./ --allow-env dist/main.mjs"
}
}

Sorry, the diff of this file is not supported yet

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