📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

libnpmpack

Package Overview
Dependencies
Maintainers
5
Versions
63
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
6.0.3

lib/index.js

54

package.json
{
"name": "libnpmpack",
"version": "2.0.1",
"version": "6.0.3",
"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/"
],
"license": "ISC",
"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"lint": "standard",
"lint": "eslint \"**/*.js\"",
"test": "tap",
"posttest": "npm run lint"
"posttest": "node ../.. run lint",
"postlint": "template-oss-check",
"lintfix": "node ../.. run lint -- --fix",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force"
},
"tap": {
"check-coverage": true
},
"devDependencies": {
"nock": "^13.0.7",
"standard": "^16.0.3",
"tap": "^14.11.0"
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.19.0",
"nock": "^13.3.3",
"spawk": "^1.7.1",
"tap": "^16.3.8"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/libnpmpack.git"
"url": "https://github.com/npm/cli.git",
"directory": "workspaces/libnpmpack"
},

@@ -37,9 +39,21 @@ "bugs": "https://github.com/npm/libnpmpack/issues",

"dependencies": {
"@npmcli/run-script": "^1.8.3",
"npm-package-arg": "^8.1.0",
"pacote": "^11.2.6"
"@npmcli/arborist": "^7.2.1",
"@npmcli/run-script": "^7.0.2",
"npm-package-arg": "^11.0.1",
"pacote": "^17.0.4"
},
"engines": {
"node": ">=10"
"node": "^16.14.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.19.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}

@@ -5,4 +5,3 @@ # libnpmpack

[![license](https://img.shields.io/npm/l/libnpmpack.svg)](https://npm.im/libnpmpack)
[![GitHub Actions](https://github.com/npm/libnpmpack/workflows/Node%20CI/badge.svg)](https://github.com/npm/libnpmpack/actions?query=workflow%3A%22Node+CI%22)
[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmpack/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmpack?branch=latest)
[![CI - libnpmpack](https://github.com/npm/cli/actions/workflows/ci-libnpmpack.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmpack.yml)

@@ -9,0 +8,0 @@ [`libnpmpack`](https://github.com/npm/libnpmpack) is a Node.js library for