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.5 to 1.5.6

10

CHANGELOG.md

@@ -9,2 +9,12 @@ # Change Log

## [1.5.6]
### Fixed
- Support Node.js prior to v10.10, by removing the Dirent Typescript type [PR #168](https://github.com/okgrow/merge-graphql-schemas/pull/170) by [@koenpunt](https://github.com/koenpunt).
### Changed
- Upgraded devDependencies to:
- "rollup": "0.66.2",
- "rollup-plugin-commonjs": "9.1.8"
## [1.5.5]

@@ -11,0 +21,0 @@ ### Added

6

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

@@ -59,5 +59,5 @@ "repository": {

"jest": "^23.6.0",
"rollup": "^0.65.2",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-filesize": "^4.0.1",

@@ -64,0 +64,0 @@ "rollup-plugin-node-resolve": "^3.4.0",

import { DocumentNode, Source } from 'graphql';
import { Dirent } from 'fs';

@@ -18,2 +17,2 @@ export function mergeTypes(

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