Socket
Socket
Sign inDemoInstall

eslint-plugin-flow-vars

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

4

define-flow-type.js

@@ -31,3 +31,5 @@ 'use strict';

} else if (node.id.type === 'QualifiedTypeIdentifier') {
makeDefined(node.id.qualification);
var qid = node.id;
do { qid = qid.qualification; } while (qid.qualification);
makeDefined(qid);
}

@@ -34,0 +36,0 @@ },

{
"name": "eslint-plugin-flow-vars",
"version": "0.1.2",
"version": "0.1.3",
"description": "Solves the problem of false positives with `no-undef` and `no-unused-vars` when using babel-eslint",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc