Socket
Socket
Sign inDemoInstall

simple-graphql

Package Overview
Dependencies
6
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.2.3

2

dist/build/buildFieldTypeContext.js

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

else if (typeof root[fieldName].id === 'string') {
const { type, id } = relay.fromGlobalId(root[fieldName]);
const { type, id } = relay.fromGlobalId(root[fieldName].id);
if (type === typeName) {

@@ -89,0 +89,0 @@ return sgContext.models[typeName].findByPkForGraphQL(id, {}, context, info);

{
"name": "simple-graphql",
"version": "3.2.2",
"version": "3.2.3",
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc