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 3.11.1 to 3.12.0

dist/rules/arrowParens.js

4

dist/configs/recommended.json

@@ -21,5 +21,5 @@ {

"flowtype/require-parameter-type": 0,
"flowtype/require-readonly-react-props": 0,
"flowtype/require-return-type": 0,
"flowtype/require-valid-file-annotation": 0,
"flowtype/require-readonly-react-props": 0,
"flowtype/semi": 0,

@@ -50,2 +50,2 @@ "flowtype/space-after-type-colon": [

}
}
}

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

var _arrowParens = require('./rules/arrowParens');
var _arrowParens2 = _interopRequireDefault(_arrowParens);
var _utilities = require('./utilities');

@@ -173,2 +177,3 @@

'array-style-simple-type': _arrayStyleSimpleType2.default,
'arrow-parens': _arrowParens2.default,
'boolean-style': _booleanStyle2.default,

@@ -175,0 +180,0 @@ 'define-flow-type': _defineFlowType2.default,

@@ -16,2 +16,3 @@ 'use strict';

* Checks whether a file has an @flow or @noflow annotation.
*
* @param context

@@ -18,0 +19,0 @@ * @param [strict] - By default, the function returns true if the file starts with @flow but not if it

@@ -63,3 +63,3 @@ {

},
"version": "3.11.1"
"version": "3.12.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