Socket
Socket
Sign inDemoInstall

pizzly

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pizzly - npm Package Compare versions

Comparing version 0.0.2 to 0.3.3

dist/index.js

64

package.json
{
"name": "pizzly",
"version": "0.0.2",
"description": "parse argument options",
"main": "index.js",
"devDependencies": {
"covert": "^1.0.0",
"tap": "~0.4.0",
"tape": "^3.5.0"
},
"scripts": {
"test": "tap test/*.js",
"coverage": "covert test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"ff/5",
"firefox/latest",
"chrome/10",
"chrome/latest",
"safari/5.1",
"safari/latest",
"opera/12"
]
},
"repository": {
"type": "git",
"url": "git://github.com/substack/minimist.git"
},
"homepage": "https://github.com/substack/minimist",
"keywords": [
"argv",
"getopt",
"parser",
"optimist"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
"name": "pizzly",
"version": "0.3.3",
"description": "Pizzly's CLI tool.",
"type": "module",
"main": "dist/index.js",
"bin": "./dist/index.js",
"keywords": [],
"author": "bastien@nango.dev",
"repository": {
"type": "git",
"url": "https://github.com/NangoHQ/Pizzly",
"directory": "packages/cli"
},
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
"dependencies": {
"axios": "^1.2.0",
"commander": "^9.4.0"
},
"engines": {
"node": ">=16.7"
}
}
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