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

eslint-plugin-ft-flow

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-ft-flow - npm Package Compare versions

Comparing version 3.0.4-alpha-0 to 3.0.4

7

dist/rules/defineFlowType.js

@@ -23,9 +23,2 @@ "use strict";

if (ref.identifier.name === variableName) {
// globalScope.variables.push({
// name: variableName,
// identifiers: [],
// references: [ref],
// defs: [],
// });
// globalScope.set.set(variableName, variableName);
return false;

@@ -32,0 +25,0 @@ }

4

package.json
{
"name": "eslint-plugin-ft-flow",
"description": "Flowtype linting rules for ESLint by flow-typed",
"version": "3.0.4-alpha-0",
"version": "3.0.4",
"license": "MIT",

@@ -23,3 +23,3 @@ "main": "./dist/index.js",

"test": "yarn jest && yarn test:rules",
"prepublishOnly": "yarn build"
"prepublishOnly": "yarn create-readme && yarn build"
},

@@ -26,0 +26,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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