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

prebuild

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prebuild - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

bin.js

@@ -73,3 +73,3 @@ #!/usr/bin/env node

function runGyp () {
gyp.parseArgv(['node', 'index.js', 'rebuild', '--target=' + version, '--target_arch=ia32'])
gyp.parseArgv(['node', 'index.js', 'rebuild', '--target=' + version, '--target_arch=' + argv.arch])
gyp.commands.rebuild(gyp.todo.shift().args, function run (err) {

@@ -76,0 +76,0 @@ if (err) return cb(err)

{
"name": "prebuild",
"version": "1.0.3",
"version": "1.0.4",
"description": "A command line tool for easily doing prebuilds for multiple version of node/iojs on a specific platform",

@@ -5,0 +5,0 @@ "main": "index.js",

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