New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gqutils

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqutils - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

dist/Schema.js

@@ -377,3 +377,3 @@ 'use strict';

if (name === 'types') {
if (name === 'types' || name === 'interfaces') {
this.makeRelayConnection(schema, schemaItem);

@@ -688,3 +688,3 @@ }

parseGraphqlUnions(schema, unions) {
_lodash2.default.forEach(unions, union => this.parseGraphqlType(schema, union));
_lodash2.default.forEach(unions, union => this.parseGraphqlUnion(schema, union));
}

@@ -691,0 +691,0 @@

{
"name": "gqutils",
"version": "1.1.2",
"version": "1.1.3",
"description": "Utilities For GraphQL",

@@ -5,0 +5,0 @@ "main": "dist/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