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.9 to 1.0.10

2

lib/package.json
{
"name": "simple-graphql",
"version": "1.0.9",
"version": "1.0.10",
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.",

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

@@ -37,3 +37,8 @@ 'use strict';

}
var args = {};
if (config.conditionFields) {
args['condition'] = config.conditionFields;
}
schema.links(_defineProperty({}, key, {
args: args,
$type: config.target + 'Connection',

@@ -40,0 +45,0 @@ resolve: function () {

{
"name": "simple-graphql",
"version": "1.0.9",
"version": "1.0.10",
"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

Sorry, the diff of this file is not supported yet

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