New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flowcheck

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowcheck - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

v0.2.3 2015-02-06
- it shouldn't die if requiring JSON, fix #12
v0.2.1 2015-01-23

@@ -2,0 +6,0 @@

@@ -8,2 +8,6 @@ 'use strict';

if (/\.json$/.test(file)) {
return through();
}
var data = '';

@@ -10,0 +14,0 @@ function write(chunk) {

2

package.json
{
"name": "flowcheck",
"version": "0.2.2",
"version": "0.2.3",
"description": "Runtime type checking for Flow",

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

@@ -30,2 +30,3 @@ # Why?

- polymorphic types **are erased**
- supports optional properties in objects (using `void` type) [#38](https://github.com/facebook/flow/issues/38)

@@ -32,0 +33,0 @@ # Modules

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