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

gql2flow

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gql2flow - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

14

index.js

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

'name for ouput file, defaults to graphql-export.flow.js',
'graphql-export.flow.js',
'graphql-export.flow.js'
)

@@ -34,3 +34,3 @@ .option('--null-keys [nullKeys]', 'makes all keys nullable', false)

'name for the export module. Types are not wrapped in a module if this is not set',
'',
''
)

@@ -44,3 +44,3 @@ .option(

throw new Error(
'-t argument format should be <graphql type>:<flow type>',
'-t argument format should be <graphql type>:<flow type>'
);

@@ -51,3 +51,3 @@ }

},
{},
{}
)

@@ -58,3 +58,3 @@ .option(

v => v.split(','),
[],
[]
)

@@ -65,3 +65,3 @@ .option(

v => v.split(','),
[],
[]
)

@@ -76,3 +76,3 @@ .action((path, options) => {

reject(
new Error('Server replied with an invalid introspection schema'),
new Error('Server replied with an invalid introspection schema')
);

@@ -79,0 +79,0 @@ } else {

{
"name": "gql2flow",
"version": "0.4.4",
"version": "0.4.5",
"description": "Convert a GraphQL Schema to a Flowtype definition",

@@ -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