Socket
Socket
Sign inDemoInstall

eslint-plugin-flowtype

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-flowtype - npm Package Compare versions

Comparing version 2.28.2 to 2.29.0

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.29.0"></a>
# [2.29.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.28.2...v2.29.0) (2016-11-30)
### Features
* support optional Flow names (closes #145) ([c40ad7c](https://github.com/gajus/eslint-plugin-flowtype/commit/c40ad7c)), closes [#145](https://github.com/gajus/eslint-plugin-flowtype/issues/145)
<a name="2.28.2"></a>

@@ -7,0 +17,0 @@ ## [2.28.2](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.28.1...v2.28.2) (2016-11-27)

@@ -33,2 +33,9 @@ 'use strict';

// Support optional names
// type X = { [string]: a }
// type X = string => string
if (colon.value !== ':') {
return;
}
var data = {

@@ -35,0 +42,0 @@ direction: direction,

2

package.json
{
"name": "eslint-plugin-flowtype",
"description": "Flowtype linting rules for ESLint.",
"version": "2.28.2",
"version": "2.29.0",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "repository": {

Sorry, the diff of this file is too big to display

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