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

flow-infer-type

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

Comparing version 1.1.1 to 1.1.2

2

dist/bin.js
#!/usr/bin/env node
const createFlowType = require('../src');
const createFlowType = require('./index');

@@ -6,0 +6,0 @@ process.stdin.resume();

{
"name": "flow-infer-type",
"version": "1.1.1",
"version": "1.1.2",
"description": "Generate flow type description from given object",
"main": "dist/bin.js",
"main": "./dist/bin.js",
"bin": {
"flow-infer-type": "dist/bin.js"
"flow-infer-type": "./dist/bin.js"
},

@@ -28,3 +28,3 @@ "scripts": {

"author": "syzer",
"license": "ISC",
"license": "MIT",
"bugs": {

@@ -31,0 +31,0 @@ "url": "https://github.com/creadi/flow-infer-type/issues"

#!/usr/bin/env node
const createFlowType = require('../src')
const createFlowType = require('./index')

@@ -5,0 +5,0 @@ process.stdin.resume()

Sorry, the diff of this file is not supported yet

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