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.0 to 2.28.1

6

CHANGELOG.md

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

<a name="2.28.1"></a>
## [2.28.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.28.0...v2.28.1) (2016-11-27)
<a name="2.28.0"></a>

@@ -7,0 +13,0 @@ # [2.28.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.27.0...v2.28.0) (2016-11-27)

9

dist/rules/validSyntax.js

@@ -15,3 +15,3 @@ 'use strict';

exports.default = (0, _utilities.iterateFunctionNodes)(function (context) {
var create = (0, _utilities.iterateFunctionNodes)(function (context) {
return function (functionNode) {

@@ -36,2 +36,9 @@ _lodash2.default.forEach(functionNode.params, function (identifierNode) {

});
exports.default = {
create: create,
meta: {
deprecated: true
}
};
module.exports = exports['default'];

2

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

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

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