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

@zkochan/npm-package-arg

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zkochan/npm-package-arg - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

70

package.json
{
"name": "@zkochan/npm-package-arg",
"version": "2.0.0",
"description": "Parse the things that can be arguments to `npm install`",
"main": "npa.js",
"engines": {
"node": ">=10.13"
},
"directories": {
"test": "test"
},
"files": [
"npa.js"
],
"dependencies": {
"hosted-git-info": "^3.0.4",
"semver": "^7.3.2",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"standard": "14.3.3",
"tap": "^14.10.7"
},
"scripts": {
"test": "standard && tap -J --coverage test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zkochan/npm-package-arg"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/zkochan/npm-package-arg/issues"
},
"homepage": "https://github.com/zkochan/npm-package-arg"
"name": "@zkochan/npm-package-arg",
"version": "2.0.1",
"description": "Parse the things that can be arguments to `npm install`",
"main": "npa.js",
"engines": {
"node": ">=10.13"
},
"directories": {
"test": "test"
},
"files": [
"npa.js"
],
"dependencies": {
"hosted-git-info": "^4.0.1",
"semver": "^7.3.5",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"standard": "14.3.3",
"tap": "^14.10.7"
},
"scripts": {
"test": "standard && tap -J --coverage test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zkochan/npm-package-arg"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/zkochan/npm-package-arg/issues"
},
"homepage": "https://github.com/zkochan/npm-package-arg"
}
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