🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

libnpmpack

Package Overview
Dependencies
Maintainers
5
Versions
64
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
5.0.0-pre.1

2

lib/index.js

@@ -8,2 +8,3 @@ 'use strict'

const util = require('util')
const Arborist = require('@npmcli/arborist')
const writeFile = util.promisify(require('fs').writeFile)

@@ -37,2 +38,3 @@

...opts,
Arborist,
integrity: manifest._integrity,

@@ -39,0 +41,0 @@ })

20

package.json
{
"name": "libnpmpack",
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"description": "Programmatic API for the bits behind npm pack",

@@ -18,5 +18,5 @@ "author": "GitHub Inc.",

"test": "tap",
"posttest": "npm run lint",
"posttest": "node ../.. run lint",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"lintfix": "node ../.. run lint -- --fix",
"snap": "tap",

@@ -27,3 +27,3 @@ "template-oss-apply": "template-oss-apply --force"

"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.4.1",
"nock": "^13.0.7",

@@ -40,5 +40,6 @@ "tap": "^16.0.1"

"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.3",
"@npmcli/run-script": "^4.1.3",
"npm-package-arg": "^9.0.1",
"pacote": "^13.6.1"
"pacote": "^14.0.0-pre.3"
},

@@ -50,4 +51,11 @@ "engines": {

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.4.1",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}