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

@rematter/genql

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rematter/genql - npm Package Compare versions

Comparing version 7.1.0-rc2 to 7.1.0-rc3

2

dist/cli.js

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

description: 'Output directory',
demandOption: !!baseConfig.output,
demandOption: !baseConfig.output,
type: 'string',

@@ -27,0 +27,0 @@ })

{
"name": "@rematter/genql",
"version": "7.1.0-rc2",
"version": "7.1.0-rc3",
"description": "Generate a TypeScript SDK for any GraphQl API",

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

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

description: 'Output directory',
demandOption: !!baseConfig.output,
demandOption: !baseConfig.output,
type: 'string',

@@ -23,0 +23,0 @@ })

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