Socket
Socket
Sign inDemoInstall

libnpmaccess

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmaccess - npm Package Compare versions

Comparing version 7.0.0-pre.1 to 7.0.0-pre.2

23

package.json
{
"name": "libnpmaccess",
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"description": "programmatic library for `npm access` commands",

@@ -12,10 +12,10 @@ "author": "GitHub Inc.",

"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"lintfix": "node ../.. run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint",
"posttest": "node ../.. run lint",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.6.2",
"nock": "^13.2.4",

@@ -32,4 +32,4 @@ "tap": "^16.0.1"

"dependencies": {
"npm-package-arg": "^9.0.1",
"npm-registry-fetch": "^13.0.0"
"npm-package-arg": "^10.0.0",
"npm-registry-fetch": "^14.0.2"
},

@@ -45,4 +45,11 @@ "engines": {

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.1.2"
"version": "4.6.2",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}
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