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

merge-graphql-schemas

Package Overview
Dependencies
Maintainers
2
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merge-graphql-schemas - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

4

CHANGELOG.md

@@ -10,2 +10,6 @@ # Change Log

## [1.5.7]
### Fixed
- Typescript issue introduced in previous PR. [PR #168](https://github.com/okgrow/merge-graphql-schemas/pull/172) by [@koenpunt](https://github.com/koenpunt).
## [1.5.6]

@@ -12,0 +16,0 @@ ### Fixed

2

package.json
{
"name": "merge-graphql-schemas",
"author": "OK GROW!",
"version": "1.5.6",
"version": "1.5.7",
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.",

@@ -6,0 +6,0 @@ "repository": {

@@ -17,2 +17,2 @@ import { DocumentNode, Source } from 'graphql';

}
): Array<string | Buffer>;
): Array<string | any>;
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