Socket
Socket
Sign inDemoInstall

flow-bin

Package Overview
Dependencies
Maintainers
2
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-bin - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

6

lib/index.js

@@ -5,9 +5,9 @@ 'use strict';

var VERSION = '0.3.0';
var VERSION = '0.4.0';
var BASE = 'https://github.com/facebook/flow/releases/download/v' + VERSION + '/';
module.exports = new BinWrapper()
.src(BASE + 'flow-osx-v' + VERSION + '.zip', 'darwin')
.src(BASE + 'flow-linux64-v' + VERSION + '.zip', 'linux', 'x64')
.src(BASE + 'flow-osx-latest.zip', 'darwin')
.src(BASE + 'flow-linux64-latest.zip', 'linux', 'x64')
.dest(path.join(__dirname, '../vendor'))
.use('flow');
{
"name": "flow-bin",
"version": "0.3.0",
"version": "0.4.0",
"description": "Binary wrapper for Flow - a static type checker for JavaScript",

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

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