New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.9 to 1.4.10

3

dist/utils/generation.js

@@ -66,6 +66,3 @@ "use strict";

}, '');
console.log(outputType);
definition = misc_1.getOutputTypeDefinitionWithWrappers(outputType, '{\n' + misc_1.withSpaces(definition, 2) + '}');
console.log(misc_1.formatDescription(description)
+ ("export type " + name + " = " + definition));
return misc_1.formatDescription(description)

@@ -72,0 +69,0 @@ + ("export type " + name + " = " + definition + ";\n");

2

package.json
{
"name": "gql-types-generator",
"version": "1.4.9",
"version": "1.4.10",
"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