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

@sankhyalabs/ez-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/ez-cli - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.d.ts

15

package.json
{
"name": "@sankhyalabs/ez-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "src/index.js",
"bin": "src/index.js",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
"build": "babel ./src --out-dir dist",
"start": "node dist/index.js"
},

@@ -14,2 +15,5 @@ "author": "leonardo.jorge",

"dependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"inquirer": "^8.1.2"

@@ -19,3 +23,6 @@ },

"access": "public"
},
"babel": {
"presets": ["@babel/preset-env"]
}
}
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