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

bin-build

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-build - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

2

index.js

@@ -64,3 +64,3 @@ 'use strict';

BinBuild.prototype.build = function (cb) {
BinBuild.prototype.run = function (cb) {
cb = cb || function () {};

@@ -67,0 +67,0 @@

{
"name": "bin-build",
"version": "1.1.0",
"version": "2.0.0",
"description": "Easily build binaries",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -21,3 +21,3 @@ # bin-build [![Build Status](http://img.shields.io/travis/kevva/bin-build.svg?style=flat)](https://travis-ci.org/kevva/bin-build)

build.build(function (err) {
build.run(function (err) {
if (err) {

@@ -51,3 +51,3 @@ throw err;

### .build(cb)
### .run(cb)

@@ -54,0 +54,0 @@ Type: `Function`

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