You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

check-flow-annotation

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-flow-annotation - npm Package Compare versions

Comparing version

to
1.0.4

2

package.json
{
"name": "check-flow-annotation",
"version": "1.0.3",
"version": "1.0.4",
"description": "A basic flow type annotation checker",

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,6 +11,8 @@ [![Build Status](https://travis-ci.org/DavidBabel/check-flow-annotation.svg?branch=master)](https://travis-ci.org/DavidBabel/check-flow-annotation)

This is a very simple package to check your flow annotation coverage over your project.
This is a very fast and simple package to check your flow annotation coverage over your project.
This one is made to be included in your CI to prevent to forget some type annotations. It's very fast, and allow some customisations.
It basically test if your files all starts with a `// @flow` or `// @flow strict`.
It's made to be included in your CI to prevent to forget some type annotations. It's very fast, and allow some customisations.
```bash

@@ -17,0 +19,0 @@ # install with yarn