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.5.1 to 3.6.0

dist/rules/spreadExactType.js

6

dist/index.js

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

var _spreadExactType = require('./rules/spreadExactType');
var _spreadExactType2 = _interopRequireDefault(_spreadExactType);
var _utilities = require('./utilities');

@@ -188,2 +192,3 @@

'space-before-type-colon': _spaceBeforeTypeColon2.default,
'spread-exact-type': _spreadExactType2.default,
'type-id-match': _typeIdMatch2.default,

@@ -231,2 +236,3 @@ 'type-import-style': _typeImportStyle2.default,

'space-before-type-colon': 0,
'spread-exact-type': 0,
'type-id-match': 0,

@@ -233,0 +239,0 @@ 'type-import-style': 0,

2

package.json

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

},
"version": "3.5.1"
"version": "3.6.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