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.2.2 to 3.3.0

dist/rules/noMixed.js

1

dist/configs/recommended.json

@@ -17,2 +17,3 @@ {

],
"flowtype/no-mixed": 0,
"flowtype/no-types-missing-file-annotation": 2,

@@ -19,0 +20,0 @@ "flowtype/no-weak-types": 0,

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

var _noMixed = require('./rules/noMixed');
var _noMixed2 = _interopRequireDefault(_noMixed);
var _objectTypeDelimiter = require('./rules/objectTypeDelimiter');

@@ -165,2 +169,3 @@

'no-flow-fix-me-comments': _noFlowFixMeComments2.default,
'no-mixed': _noMixed2.default,
'no-mutable-array': _noMutableArray2.default,

@@ -212,2 +217,3 @@ 'no-primitive-constructor-types': _noPrimitiveConstructorTypes2.default,

'no-flow-fix-me-comments': 0,
'no-mixed': 0,
'no-mutable-array': 0,

@@ -214,0 +220,0 @@ 'no-weak-types': 0,

2

package.json

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

},
"version": "3.2.2"
"version": "3.3.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