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.26.1 to 2.27.0

dist/rules/requireVariableType.js

12

CHANGELOG.md

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

<a name="2.27.0"></a>
# [2.27.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.26.1...v2.27.0) (2016-11-27)
### Features
* Add excludeVariableMatch option to require-variable-type ([a087fe6](https://github.com/gajus/eslint-plugin-flowtype/commit/a087fe6))
* Add excludeVariableTypes option to require-variable-type ([35f601f](https://github.com/gajus/eslint-plugin-flowtype/commit/35f601f))
* Add require-variable-type rule ([3013025](https://github.com/gajus/eslint-plugin-flowtype/commit/3013025))
<a name="2.26.1"></a>

@@ -7,0 +19,0 @@ ## [2.26.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.26.0...v2.26.1) (2016-11-27)

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

var _requireVariableType = require('./rules/requireVariableType');
var _requireVariableType2 = _interopRequireDefault(_requireVariableType);
var _semi = require('./rules/semi');

@@ -110,2 +114,3 @@

'require-valid-file-annotation': _requireValidFileAnnotation2.default,
'require-variable-type': _requireVariableType2.default,
semi: _semi2.default,

@@ -131,2 +136,3 @@ 'sort-keys': _sortKeys2.default,

'require-return-type': 0,
'require-variable-type': 0,
semi: 0,

@@ -133,0 +139,0 @@ 'sort-keys': 0,

2

package.json
{
"name": "eslint-plugin-flowtype",
"description": "Flowtype linting rules for ESLint.",
"version": "2.26.1",
"version": "2.27.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