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.3 to 3.2.4

4

dist/build/buildFieldTypeContext.js

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

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

@@ -136,3 +136,3 @@ });

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

@@ -139,0 +139,0 @@ });

@@ -126,3 +126,5 @@ import { GraphQLFieldResolver, GraphQLInputType, GraphQLInterfaceType, GraphQLOutputType, GraphQLResolveInfo } from 'graphql';

hidden?: boolean;
columnOptions?: ModelAttributeColumnOptions;
columnOptions?: ModelAttributeColumnOptions & {
constraints?: boolean;
};
resolve?: FieldResolve;

@@ -129,0 +131,0 @@ };

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