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

gql-types-generator

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gql-types-generator - npm Package Compare versions

Comparing version 1.2.22 to 1.2.23

8

dist/cli.js

@@ -60,4 +60,6 @@ #!/usr/bin/env node

operationsGlobs = operations ? {
cwd: process.cwd(),
globs: operations.split(','),
glob: {
cwd: process.cwd(),
globs: operations.split(','),
},
} : null;

@@ -69,3 +71,3 @@ schemaGlobs = {

return [4 /*yield*/, compiler_1.compile({
operationsPath: { glob: operationsGlobs },
operationsPath: operationsGlobs,
removeDescription: removeDescription,

@@ -72,0 +74,0 @@ schemaPath: { glob: schemaGlobs },

{
"name": "gql-types-generator",
"version": "1.2.22",
"version": "1.2.23",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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