New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

libnpmpack

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmpack - npm Package Compare versions

Comparing version

to
3.1.0

lib/index.js

29

package.json
{
"name": "libnpmpack",
"version": "2.0.1",
"version": "3.1.0",
"description": "Programmatic API for the bits behind npm pack",
"author": "npm Inc. <support@npmjs.com>",
"author": "GitHub Inc.",
"main": "lib/index.js",
"contributors": [
"Claudia Hernández <claudia@npmjs.com>"
],
"main": "index.js",
"files": [
"*.js"
"bin",
"lib"
],

@@ -18,5 +19,8 @@ "license": "ISC",

"prepublishOnly": "git push origin --follow-tags",
"lint": "standard",
"lint": "eslint '**/*.js'",
"test": "tap",
"posttest": "npm run lint"
"posttest": "npm run lint",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
"snap": "tap"
},

@@ -27,5 +31,5 @@ "tap": {

"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
"nock": "^13.0.7",
"standard": "^16.0.3",
"tap": "^14.11.0"
"tap": "^15.0.0"
},

@@ -39,9 +43,12 @@ "repository": {

"dependencies": {
"@npmcli/run-script": "^1.8.3",
"@npmcli/run-script": "^2.0.0",
"npm-package-arg": "^8.1.0",
"pacote": "^11.2.6"
"pacote": "^12.0.0"
},
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.4.3"
}
}