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

prebuildify

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prebuildify - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

15

bin.js

@@ -26,13 +26,6 @@ #!/usr/bin/env node

prebuildify({
arch: argv.arch,
platform: argv.platform,
cwd: argv._[0],
debug: argv.debug,
targets: targets,
preinstall: argv.preinstall,
postinstall: argv.postinstall,
strip: argv.strip,
quiet: argv.quiet
}, function (err) {
argv.targets = targets
argv.cwd = argv.cwd || argv._[0] || '.'
prebuildify(argv, function (err) {
if (err) {

@@ -39,0 +32,0 @@ console.error(err.message || err)

{
"name": "prebuildify",
"version": "2.3.0",
"version": "2.3.1",
"description": "Create and package prebuilds for native modules",

@@ -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