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.46.1 to 2.46.2

4

dist/rules/noDupeKeys.js

@@ -72,4 +72,6 @@ 'use strict';

var haystack = [];
// filter out complex object types, like ObjectTypeSpreadProperty
var identifierNodes = _lodash2.default.filter(node.properties, { type: 'ObjectTypeProperty' });
_lodash2.default.forEach(node.properties, function (identifierNode) {
_lodash2.default.forEach(identifierNodes, function (identifierNode) {
var needle = { name: (0, _utilities.getParameterName)(identifierNode, context) };

@@ -76,0 +78,0 @@

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

},
"version": "2.46.1"
"version": "2.46.2"
}
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