Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 4.4.0 to 4.4.1

2

dist/rules/requireReadonlyReactProps.js

@@ -34,3 +34,3 @@ 'use strict';

var isReadOnlyClassProp = function isReadOnlyClassProp(node) {
var id = node.superTypeParameters.params[0].id;
var id = node.superTypeParameters && node.superTypeParameters.params[0].id;

@@ -37,0 +37,0 @@ return id && !reReadOnly.test(id.name) && !readOnlyTypes.includes(id.name) && foundTypes.includes(id.name);

@@ -62,3 +62,3 @@ {

},
"version": "4.4.0"
"version": "4.4.1"
}
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