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 5.0.7 to 5.0.8

4

dist/build/buildFieldTypeContext.js

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

columnOptions = {
type: sequelize_1.default.JSONB
type: sequelize_1.default.JSON
};

@@ -337,3 +337,3 @@ }

},
columnOptions: { type: sequelize_1.default.JSONB }
columnOptions: { type: sequelize_1.default.JSON }
};

@@ -340,0 +340,0 @@ }

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

columnOptions = {
type: sequelize_1.default.JSONB
type: sequelize_1.default.JSON
};

@@ -41,0 +41,0 @@ }

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

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