New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@9renpoto/eslint-config-flowtype

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@9renpoto/eslint-config-flowtype - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

2

index.js

@@ -5,3 +5,3 @@ /* @flow */

plugins: ['flowtype'],
extends: ['@9renpoto/eslint-config', 'plugin:flowtype/recommended']
extends: ['@9renpoto/eslint-config', 'plugin:flowtype/recommended'],
}
{
"name": "@9renpoto/eslint-config-flowtype",
"description": "flowtype with eslint",
"version": "5.2.0",
"version": "5.2.1",
"author": "github.com/9renpoto",

@@ -10,3 +10,3 @@ "bugs": {

"dependencies": {
"@9renpoto/eslint-config": "^5.2.0",
"@9renpoto/eslint-config": "^5.2.1",
"babel-eslint": "10.0.3",

@@ -16,3 +16,3 @@ "eslint-plugin-flowtype": "4.3.0"

"devDependencies": {
"flow-bin": "0.108.0"
"flow-bin": "0.109.0"
},

@@ -19,0 +19,0 @@ "engine": {

# @9renpoto/eslint-config-flowtype
[![NPM version](https://badge.fury.io/js/%409renpoto%2Feslint-config-flowtype.svg)](https://badge.fury.io/js/%409renpoto%2Feslint-config-flowtype)
[![Build Status](https://travis-ci.org/9renpoto/frontend.svg?branch=master)](https://travis-ci.org/9renpoto/frontend)
[![Build Status](https://travis-ci.com/9renpoto/frontend.svg?branch=master)](https://travis-ci.com/9renpoto/frontend)

@@ -6,0 +6,0 @@ ## Install

/* @flow */
type Sample = {
data: string
data: string,
}
export default function (sample: Sample) {
export default function(sample: Sample) {
// eslint-disable-next-line no-console
console.log(sample)
}
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