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.1.1 to 5.1.2

7

dist/transformer/toGraphQLFieldConfigMap.js

@@ -91,5 +91,6 @@ "use strict";

else {
// 性能优化:默认情况下不加hook
config.resolve =
config.resolve || context.hookFieldResolve(path, finalField);
if (config.resolve) {
finalField.resolve = config.resolve;
}
config.resolve = context.hookFieldResolve(path, finalField);
}

@@ -96,0 +97,0 @@ if ((_k = (_j = field.metadata) === null || _j === void 0 ? void 0 : _j.graphql) === null || _k === void 0 ? void 0 : _k.input) {

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