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 4.2.6 to 4.2.7

13

dist/build/buildFieldTypeContext.js

@@ -134,15 +134,2 @@ "use strict";

foreignKey: {
name: foreignField + 'Id',
allowNull: options.nullable
},
onDelete: onDelete,
constraints: constraints
}
});
schema.belongsTo({
[fieldName]: {
target: typeName,
hidden: true,
foreignField: foreignField,
foreignKey: {
name: ((_f = (_e = options.metadata) === null || _e === void 0 ? void 0 : _e.column) === null || _f === void 0 ? void 0 : _f.field) || foreignField + 'Id',

@@ -149,0 +136,0 @@ allowNull: options.nullable !== false

2

package.json
{
"name": "simple-graphql",
"version": "4.2.6",
"version": "4.2.7",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc