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

binstall

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binstall - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

binstall.js

@@ -41,3 +41,5 @@ var path = require("path");

if (response.statusCode == 404) {
reject("Unfortunately, there are currently no Elm Platform binaries available for your operating system and architecture.\n\nIf you would like to build Elm from source, there are instructions at https://github.com/elm-lang/elm-platform#build-from-source\n");
var errorMessage = options.errorMessage || "Not Found: " + url;
reject(errorMessage);
return;

@@ -44,0 +46,0 @@ }

{
"name": "binstall",
"version": "1.1.0",
"version": "1.2.0",
"description": "Install binaries via npm.",

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

@@ -1,2 +0,2 @@

# binstall [![Version](https://img.shields.io/npm/v/binstall.svg)](https://www.npmjs.com/package/binstall) [![Travis build Status](https://travis-ci.org/rtfeldman/binstall.svg?branch=master)](http://travis-ci.org/rtfeldman/binstall) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/0j7x0mpggmtu6mms/branch/master?svg=true)](https://ci.appveyor.com/project/rtfeldman/elm-css/branch/master)
# binstall [![Version](https://img.shields.io/npm/v/binstall.svg)](https://www.npmjs.com/package/binstall) [![Travis build Status](https://travis-ci.org/rtfeldman/binstall.svg?branch=master)](http://travis-ci.org/rtfeldman/binstall) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/wndenerqn5j09j0x/branch/master?svg=true)](https://ci.appveyor.com/project/rtfeldman/binstall/branch/master)

@@ -3,0 +3,0 @@ Download and install binaries from a `.tar.gz` file hosted at some URL.

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