Socket
Socket
Sign inDemoInstall

npm-pick-manifest

Package Overview
Dependencies
Maintainers
6
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-pick-manifest - npm Package Compare versions

Comparing version 6.1.1 to 7.0.0

lib/index.js

35

package.json
{
"name": "npm-pick-manifest",
"version": "6.1.1",
"version": "7.0.0",
"description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
"main": "index.js",
"main": "./lib",
"files": [
"*.js"
"bin",
"lib"
],
"scripts": {
"coverage": "tap",
"lint": "standard",
"lint": "eslint '**/*.js'",
"test": "tap",

@@ -16,3 +17,7 @@ "posttest": "npm run lint",

"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
"prepublishOnly": "git push origin --follow-tags",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap"
},

@@ -25,7 +30,3 @@ "repository": "https://github.com/npm/npm-pick-manifest",

],
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"author": "GitHub Inc.",
"license": "ISC",

@@ -35,12 +36,18 @@ "dependencies": {

"npm-normalize-package-bin": "^1.0.1",
"npm-package-arg": "^8.1.2",
"semver": "^7.3.4"
"npm-package-arg": "^9.0.0",
"semver": "^7.3.5"
},
"devDependencies": {
"standard": "^14.3.1",
"tap": "^14.11.0"
"@npmcli/template-oss": "^2.7.1",
"tap": "^15.1.6"
},
"tap": {
"check-coverage": true
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.7.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