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.19 to 1.2.20

4

dist/compiler.js

@@ -87,3 +87,3 @@ "use strict";

}
return [4 /*yield*/, compileOperations(operationsString, outputDirectory, schema)];
return [4 /*yield*/, compileOperations(operationsString, outputDirectory, schema, removeDescription)];
case 7:

@@ -130,3 +130,3 @@ compiledTypes = (_d.sent()).compiledTypes;

// Add schema as default export
schemaDefinition += "\n\nconst schema = `" + schemaString + "`;\n"
schemaDefinition += "\n\nconst schema: string = `" + schemaString + "`;\n"
+ "export default schema;";

@@ -133,0 +133,0 @@ // Write all the schema into a single file

{
"name": "gql-types-generator",
"version": "1.2.19",
"version": "1.2.20",
"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