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.30.0 to 0.31.1

6

lib/index.js

@@ -13,4 +13,6 @@ /**

var VERSION = '0.30.0';
var BASE = 'https://github.com/facebook/flow/releases/download/v' + VERSION + '/';
var VERSION = '0.31.0';
var URL = process.env.NPM_CONFIG_FLOW_BINARY_MIRROR || process.env.FLOW_BINARY_MIRROR ||
'https://github.com/facebook/flow/releases/download/v';
var BASE = URL + VERSION + '/';

@@ -17,0 +19,0 @@ module.exports = new BinWrapper()

{
"name": "flow-bin",
"version": "0.30.0",
"version": "0.31.1",
"description": "Binary wrapper for Flow - A static type checker for JavaScript",
"license": "MIT",
"repository": "sindresorhus/flow-bin",
"repository": "flowtype/flow-bin",
"author": {

@@ -8,0 +8,0 @@ "name": "Sindre Sorhus",

@@ -5,3 +5,3 @@ # flow-bin [![Build Status](https://travis-ci.org/flowtype/flow-bin.svg?branch=master)](https://travis-ci.org/flowtype/flow-bin)

Only OS X and Linux (64-bit) binaries are currently [provided](http://flowtype.org/docs/getting-started.html#_).
OS X, Linux (64-bit) and Windows binaries are currently [provided](http://flowtype.org/docs/getting-started.html#_).

@@ -8,0 +8,0 @@

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