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.11.0 to 2.11.1

2

dist/rules/spaceAfterTypeColon.js

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

if (node.type === 'FunctionTypeParam') {
var colon = sourceCode.getFirstToken(node, 1);
var colon = sourceCode.getFirstToken(node, node.optional ? 2 : 1);

@@ -38,0 +38,0 @@ return {

{
"name": "eslint-plugin-flowtype",
"description": "Flowtype linting rules for ESLint.",
"version": "2.11.0",
"version": "2.11.1",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "repository": {

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