Socket
Socket
Sign inDemoInstall

flow-bin

Package Overview
Dependencies
Maintainers
4
Versions
353
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.29.0 to 0.30.0

5

lib/index.js

@@ -13,3 +13,3 @@ /**

var VERSION = '0.29.0';
var VERSION = '0.30.0';
var BASE = 'https://github.com/facebook/flow/releases/download/v' + VERSION + '/';

@@ -20,3 +20,4 @@

.src(BASE + 'flow-linux64-v' + VERSION + '.zip', 'linux', 'x64')
.src(BASE + 'flow-win64-v' + VERSION + '.zip', 'win32', 'x64')
.dest(path.join(__dirname, '../vendor'))
.use('flow');
.use(process.platform === 'win32' ? 'flow.exe' : 'flow');

2

package.json
{
"name": "flow-bin",
"version": "0.29.0",
"version": "0.30.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