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 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

build/cli.js

@@ -1,2 +0,1 @@

#!/usr/bin/env node
"use strict";

@@ -3,0 +2,0 @@

7

package.json
{
"name": "flow-src",
"description": "Flow typing that ignores /node_modules/ ",
"version": "0.0.2",
"version": "0.0.3",
"keywords": ["flow", "flowtype", "filter", "ignore", "node_moduiles"],
"scripts": {
"build": "babel src --out-dir build",
"build": "cp ./src/cli.sh build && babel src --out-dir build",
"prepublishOnly": "npm run build",
"test": "jest",
"flow": "flow"
"flow": "flow",
"flow-src": "./cli.sh"
},

@@ -12,0 +13,0 @@ "bin": {

// @flow
import FlowSrcSync, { beautify } from "./index";

@@ -4,0 +3,0 @@

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