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.2 to 1.1.0

8

bin.js

@@ -43,2 +43,10 @@ #!/usr/bin/env node

if (opts.download) {
if (!(typeof pkg._from === 'string')) {
log.info('install', 'installing inside prebuild-install directory, skipping download.')
process.exit(1)
} else if (pkg._from.length > 4 && pkg._from.substr(0, 4) === 'git+') {
log.info('install', 'installing from git repository, skipping download.')
process.exit(1)
}
if (opts.prebuild === false) {

@@ -45,0 +53,0 @@ log.info('install', '--no-prebuild specified, not attempting download.')

2

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

@@ -5,0 +5,0 @@ "scripts": {

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