Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

libnpmpack

Package Overview
Dependencies
Maintainers
5
Versions
58
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 6.0.9 to 7.0.0

9

lib/index.js

@@ -7,5 +7,4 @@ 'use strict'

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

@@ -19,6 +18,2 @@ module.exports = pack

// Default to true if no log options passed, set to false if we're in silent
// mode
const banner = !opts.silent
const stdio = opts.foregroundScripts ? 'inherit' : 'pipe'

@@ -34,3 +29,2 @@

pkg: manifest,
banner,
})

@@ -62,3 +56,2 @@ }

pkg: manifest,
banner,
env: {

@@ -65,0 +58,0 @@ npm_package_from: tarball.from,

8

package.json
{
"name": "libnpmpack",
"version": "6.0.9",
"version": "7.0.0",
"description": "Programmatic API for the bits behind npm pack",

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

"@npmcli/arborist": "^7.2.1",
"@npmcli/run-script": "^7.0.2",
"npm-package-arg": "^11.0.1",
"pacote": "^17.0.4"
"@npmcli/run-script": "^8.0.0",
"npm-package-arg": "^11.0.2",
"pacote": "^18.0.1"
},

@@ -45,0 +45,0 @@ "engines": {

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