Installations
npm install eslint-plugin-flowtype-errors
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=4.x
Node Version
16.11.1
NPM Version
8.0.0
Score
78.5
Supply Chain
79.4
Quality
76.6
Maintenance
100
Vulnerability
98.9
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (99.39%)
Vue (0.61%)
Developer
amilajack
Download Statistics
Total Downloads
6,818,165
Last Day
2,365
Last Week
7,209
Last Month
40,119
Last Year
570,179
GitHub Statistics
403 Stars
339 Commits
32 Forks
3 Watching
9 Branches
19 Contributors
Bundle Size
10.83 kB
Minified
4.16 kB
Minified + Gzipped
Package Meta Information
Latest Version
4.5.0
Package Id
eslint-plugin-flowtype-errors@4.5.0
Unpacked Size
23.52 kB
Size
7.67 kB
File Count
9
NPM Version
8.0.0
Node Version
16.11.1
Publised On
16 Nov 2021
Total Downloads
Cumulative downloads
Total Downloads
6,818,165
Last day
35.6%
2,365
Compared to previous day
Last week
-32.4%
7,209
Compared to previous week
Last month
2.7%
40,119
Compared to previous month
Last year
-25.2%
570,179
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
4
Dev Dependencies
26
eslint-plugin-flowtype-errors
Demo
Why?
- Lower barrier: Any editor that has ESLint support now supports Flow ????
- Less editor configuration: No need to change your entire workflow to incorporate flow. No multiple-linters-per-file nonsense.
- Simple: It's literally just an ESLint rule! Just install the dependency, add a flowconfig, and you're good to go!
Getting Started
This guide assumes that you have installed eslint, babel, babel-plugin-transform-flow-strip-types and configured flow. Check out the from-scratch guide for the full guide on getting started.
⚠️ Make sure the 64-bit version of your text editor or IDE. For atom, see this comment
1. Install
1npm install --save-dev eslint-plugin-flowtype-errors
2. Configure
Extend the recommended config:
1{ 2 "extends": ["plugin:flowtype-errors/recommended"] 3}
Support
If this project is saving you (or your team) time, please consider supporting it on Patreon ???? thank you!
CI Configuration
Flow is supported on all OS's except Windows 32bit. Add this line to appveyor to make tests run properly.
Related:
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/amilajack/eslint-plugin-flowtype-errors/test.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/amilajack/eslint-plugin-flowtype-errors/test.yml/master?enable=pin
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 1 out of 1 npmCommand dependencies pinned
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/test.yml:1
- Info: no jobLevel write permissions found
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 27 are checked with a SAST tool
Reason
14 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-4q6p-r6v2-jvc5
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-4x5v-gmq8-25ch
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
2.7
/10
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More