Socket
Socket
Sign inDemoInstall

npm-package-arg

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-package-arg - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

26

package.json
{
"name": "npm-package-arg",
"version": "9.0.1",
"version": "9.0.2",
"description": "Parse the things that can be arguments to `npm install`",

@@ -10,4 +10,4 @@ "main": "./lib/npa.js",

"files": [
"bin",
"lib"
"bin/",
"lib/"
],

@@ -17,7 +17,8 @@ "dependencies": {

"semver": "^7.3.5",
"validate-npm-package-name": "^3.0.0"
"validate-npm-package-name": "^4.0.0"
},
"devDependencies": {
"@npmcli/template-oss": "^2.9.2",
"tap": "^15.1.6"
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.1",
"tap": "^16.0.1"
},

@@ -31,12 +32,12 @@ "scripts": {

"npmclilint": "npmcli-lint",
"lint": "eslint '**/*.js'",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint",
"postsnap": "npm run lintfix --",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force"
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/npm-package-arg"
"url": "https://github.com/npm/npm-package-arg.git"
},

@@ -50,3 +51,3 @@ "author": "GitHub Inc.",

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},

@@ -57,4 +58,5 @@ "tap": {

"templateOSS": {
"version": "2.9.2"
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.1"
}
}
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