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 3.2.4 to 3.2.5

11

dist/build/buildFieldTypeContext.js

@@ -107,2 +107,3 @@ "use strict";

let onDelete = 'RESTRICT';
let constraints = true;
if (options &&

@@ -114,2 +115,8 @@ options.$type &&

}
if (options.columnOptions.constraints !==
undefined) {
constraints = options.columnOptions
.constraints;
onDelete = undefined;
}
}

@@ -126,3 +133,3 @@ if (options &&

onDelete: onDelete,
constraints: lodash_1.default.get(options, 'columnOptions.constraints', true)
constraints: constraints
}

@@ -138,3 +145,3 @@ });

onDelete: onDelete,
constraints: lodash_1.default.get(options, 'columnOptions.constraints', true)
constraints: constraints
}

@@ -141,0 +148,0 @@ });

2

package.json
{
"name": "simple-graphql",
"version": "3.2.4",
"version": "3.2.5",
"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