Socket
Socket
Sign inDemoInstall

simple-graphql

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-graphql - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

lib/Context.js

@@ -147,5 +147,3 @@ 'use strict';

if (!this.graphQLObjectTypes[typeName]) {
var obj = Object.assign({}, model.config.fields, model.config.links);
var interfaces = [this.nodeInterface];
Object.assign(obj, {
var obj = Object.assign({
id: {

@@ -176,3 +174,4 @@ $type: new graphql.GraphQLNonNull(graphql.GraphQLID),

}
});
}, model.config.fields, model.config.links);
var interfaces = [this.nodeInterface];

@@ -179,0 +178,0 @@ var objectType = _transformer2.default.toGraphQLFieldConfig(typeName, '', obj, this, interfaces).type;

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

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc