Socket
Socket
Sign inDemoInstall

prebuild-install

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prebuild-install - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

download.js

@@ -82,3 +82,12 @@ var path = require('path')

log.info('unpacking @', cachedPrebuild)
pump(fs.createReadStream(cachedPrebuild), zlib.createGunzip(), tfs.extract(opts.path, {readable: true, writable: true}).on('entry', updateName), function (err) {
var options = {
readable: true,
writable: true,
hardlinkAsFilesFallback: true
}
var extract = tfs.extract(opts.path, options).on('entry', updateName)
pump(fs.createReadStream(cachedPrebuild), zlib.createGunzip(), extract,
function (err) {
if (err) return cb(err)

@@ -85,0 +94,0 @@

4

package.json
{
"name": "prebuild-install",
"version": "1.0.1",
"version": "1.0.2",
"description": "A command line tool for easily install prebuilds for multiple version of node/iojs on a specific platform",

@@ -31,3 +31,3 @@ "scripts": {

"simple-get": "^2.0.0",
"tar-fs": "^1.12.0",
"tar-fs": "^1.13.0",
"xtend": "4.0.1"

@@ -34,0 +34,0 @@ },

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