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

flow-src

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-src

Flow typing that ignores /node_modules/

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Flow-Src

This project is intentionally abandoned and dead ... now that Flow 0.57.3 ignores /node_modules/.

The code is left here in case it's useful as a reference but no one should actually use this software.

Original docs...

Flow goes into /node_modules/ looking for typing errors, but because those errors are typically in 3rd-party modules you (as a developer) can't fix them so the default Flow configuration has a lot of noise that flow-src filters for you.

Note that Flow does have an [ignore] config option where you could add /node_modules/ but this would prevent Flow going into that directory entirely, and what we want is slightly different. We want flow to check that directory but we only want results when we could fix them ourselves.

Install:

npm install flow-src

Usage:

./node_modules/.bin/flow-src

flow-src is part of the XML-Zero.js project.

Keywords

FAQs

Package last updated on 20 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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