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

check-flow

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-flow - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

bin/index.js

@@ -69,3 +69,3 @@ #!/usr/bin/env node

const output = yield (0, _runFlow.default)(_flowBin.default, {
includeFiles: argv._,
includeFiles: argv._.length === 0 ? ['*'] : argv._,
ignoreFiles,

@@ -72,0 +72,0 @@ options: process.argv.slice(2).filter(arg => /^--\w+^/.test(arg) || /^--\w+=.+$/.test(arg))

{
"name": "check-flow",
"version": "1.0.0",
"version": "1.0.1",
"description": "A better flow cli with ignoring files from node_modules",

@@ -5,0 +5,0 @@ "main": "index.js",

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