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

eslint-plugin-fb-flow

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.2 to 0.0.3

run-test.js

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 0.0.3
- Exported the rules added in 0.0.2 from `index.js`
# 0.0.2

@@ -2,0 +5,0 @@ - Added rule `use-exact-by-default-object-type`

@@ -15,4 +15,8 @@ /**

rules: {
'flow-enums-default-if-possible': require('./rules/flow-enums-default-if-possible'),
'no-flow-enums-object-mapping': require('./rules/no-flow-enums-object-mapping'),
'use-exact-by-default-object-type': require('./rules/use-exact-by-default-object-type'),
'use-flow-enums': require('./rules/use-flow-enums'),
'use-indexed-access-type': require('./rules/use-indexed-access-type'),
},
};

2

package.json
{
"name": "eslint-plugin-fb-flow",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "This is a set of ESLint rules created and published by the Flow team. They are in addition to (not a replacement for) the rules of `eslint-plugin-flowtype` created and published by the open-source community.",

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