New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neonctl

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neonctl - npm Package Compare versions

Comparing version 0.7.0 to 1.0.0

16

package.json
{
"name": "neonctl",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "git@github.com:neondatabase/neonctl.git"
},
"version": "1.0.0",
"description": "CLI tool for NeonDB Cloud management",

@@ -9,2 +13,5 @@ "main": "index.js",

"private": false,
"engines": {
"node": ">=16"
},
"bin": {

@@ -14,2 +21,3 @@ "neonctl": "src/cli.js"

"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@types/cli-table": "^0.3.0",

@@ -24,2 +32,3 @@ "@types/node": "^18.7.13",

"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"ts-node": "^10.9.1",

@@ -41,8 +50,7 @@ "typescript": "^4.7.4"

"dev": "node dev.js",
"lint": "eslint src --ext .ts",
"lint": "tsc --noEmit && eslint src --ext .ts",
"debug": "node --inspect-brk dev.js",
"build": "npm run clean && tsc && cp src/*.html dist/src/",
"clean": "rm -rf dist",
"start": "node index.js",
"publizh": "npm run build && npm publish --ignore-scripts ./dist"
"start": "node index.js"
},

@@ -49,0 +57,0 @@ "lint-staged": {

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