Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@litehex/vault-cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@litehex/vault-cli - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

22

package.json
{
"name": "@litehex/vault-cli",
"description": "CLI for HashiCorp's Vault KV2 engine",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"typecheck": "tsc --noEmit",
"type-check": "tsc --noEmit",
"format:check": "prettier --check \"**/*.{ts,md}\"",
"format": "prettier --write .",
"prepublishOnly": "pnpm run format:check && pnpm run typecheck && pnpm run build"
"prepublishOnly": "pnpm run format:check && pnpm run type-check && pnpm build"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.15.0",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@litehex/node-vault": "0.1.0-alpha.11",
"@litehex/node-vault": "0.1.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"execa": "^8.0.1",
"ora": "^7.0.1",
"ora": "^8.0.1",
"prompts": "^2.4.2",
"undici": "^5.28.0",
"undici": "^6.5.0",
"zod": "^3.22.4"

@@ -28,6 +28,6 @@ },

"@types/prompts": "^2.4.9",
"prettier": "^3.1.0",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"type-fest": "^4.8.2",
"typescript": "^5.3.2"
"type-fest": "^4.10.1",
"typescript": "^5.3.3"
},

@@ -34,0 +34,0 @@ "license": "GPL-3.0",

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