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.38.0 to 2.39.0

dist/rules/noMutableArray.js

6

dist/index.js

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

var _noMutableArray = require('./rules/noMutableArray');
var _noMutableArray2 = _interopRequireDefault(_noMutableArray);
var _noPrimitiveConstructorTypes = require('./rules/noPrimitiveConstructorTypes');

@@ -120,2 +124,3 @@

'no-dupe-keys': _noDupeKeys2.default,
'no-mutable-array': _noMutableArray2.default,
'no-primitive-constructor-types': _noPrimitiveConstructorTypes2.default,

@@ -160,2 +165,3 @@ 'no-types-missing-file-annotation': _noTypesMissingFileAnnotation2.default,

'no-dupe-keys': 0,
'no-mutable-array': 0,
'no-weak-types': 0,

@@ -162,0 +168,0 @@ 'object-type-delimiter': 0,

2

package.json

@@ -56,3 +56,3 @@ {

},
"version": "2.38.0"
"version": "2.39.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