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

prebuild

Package Overview
Dependencies
Maintainers
2
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 2.1.3 to 2.1.4

4

bin.js

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

fs.readFile(path.join(NODE_GYP, version, 'src/node_version.h'), 'utf-8', function (err, a) {
if (err && err.code === 'ENOENT') retry()
if (err && err.code === 'ENOENT') return retry()
if (err) return cb(err)
fs.readFile(path.join(NODE_GYP, version, 'src/node.h'), 'utf-8', function (err, b) {
if (err && err.code === 'ENOENT') retry()
if (err && err.code === 'ENOENT') return retry()
if (err) return cb(err)

@@ -157,0 +157,0 @@ var abi = parse(a) || parse(b)

{
"name": "prebuild",
"version": "2.1.3",
"version": "2.1.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