Socket
Socket
Sign inDemoInstall

pacote

Package Overview
Dependencies
122
Maintainers
6
Versions
220
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.4.0 to 13.4.1

4

lib/dir.js

@@ -66,6 +66,8 @@ const Fetcher = require('./fetcher.js')

const { prefix, workspaces } = this.opts
// run the prepare script, get the list of files, and tar it up
// pipe to the stream, and proxy errors the chain.
this[_prepareDir]()
.then(() => packlist({ path: this.resolved }))
.then(() => packlist({ path: this.resolved, prefix, workspaces }))
.then(files => tar.c(tarCreateOptions(this.package), files)

@@ -72,0 +74,0 @@ .on('error', er => stream.emit('error', er)).pipe(stream))

{
"name": "pacote",
"version": "13.4.0",
"version": "13.4.1",
"description": "JavaScript package downloader",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc