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

graphql-tools-fork

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-tools-fork - npm Package Compare versions

Comparing version 8.9.3 to 8.9.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [8.9.4](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.9.3...v8.9.4) (2020-03-11)
### Bug Fixes
* **mapSchema:** rewire directives last ([b50b4ce](https://github.com/yaacovCR/graphql-tools-fork/commit/b50b4cef6f2d4961bb2a4195607469bfe5d9a4fd))
### [8.9.3](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.9.2...v8.9.3) (2020-03-10)

@@ -7,0 +14,0 @@

2

dist/utils/map.js

@@ -160,6 +160,6 @@ var __assign = (this && this.__assign) || function () {

});
var newDirectives = directives.map(function (directive) { return rewireDirective(directive); });
Object.keys(newTypeMap).forEach(function (typeName) {
newTypeMap[typeName] = rewireNamedType(newTypeMap[typeName]);
});
var newDirectives = directives.map(function (directive) { return rewireDirective(directive); });
return pruneTypes(newTypeMap, newDirectives);

@@ -166,0 +166,0 @@ function rewireDirective(directive) {

{
"name": "graphql-tools-fork",
"version": "8.9.3",
"version": "8.9.4",
"description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.",

@@ -74,2 +74,3 @@ "main": "dist/index.js",

"@typescript-eslint/parser": "^2.21.0",
"apollo-link-http": "^1.5.16",
"babel-eslint": "^10.1.0",

@@ -76,0 +77,0 @@ "body-parser": "^1.19.0",

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