Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wonderflow/graphql-tools

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wonderflow/graphql-tools - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

3

dist/schemaGenerator.js

@@ -244,2 +244,5 @@ "use strict";

if (!type && typeName !== '__schema') {
if (resolverValidationOptions.allowResolversNotInSchema) {
return;
}
throw new SchemaError("\"" + typeName + "\" defined in resolvers, but not in schema");

@@ -246,0 +249,0 @@ }

2

package.json
{
"name": "@wonderflow/graphql-tools",
"version": "1.1.0",
"version": "1.2.0",
"description": "A set of useful tools for GraphQL",

@@ -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