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.4 to 1.5.5

typings/index.d.ts

10

CHANGELOG.md

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

## [1.5.5]
### Added
- Typescript typings [PR #167](https://github.com/okgrow/merge-graphql-schemas/pull/167) by [@onehorsetown](https://github.com/onehorsetown)
### Changed
- Updated to graphql@14.0.2 and added it to the peer dependencies [PR #166](https://github.com/okgrow/merge-graphql-schemas/pull/166) by [@polco](https://github.com/polco)
### Fixed
- Query merge issue when combining NonNull & ListType modifiers [PR #161](https://github.com/okgrow/merge-graphql-schemas/pull/161) by [@tdharris](https://github.com/tdharris)
## [1.5.4]

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

10

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

@@ -13,2 +13,3 @@ "repository": {

"module": "dist/index.esm.js",
"typings": "typings/index.d.ts",
"scripts": {

@@ -32,3 +33,4 @@ "rollup:build": "cross-env BABEL_ENV=build rollup -c",

"files": [
"dist"
"dist",
"typings"
],

@@ -41,3 +43,3 @@ "dependencies": {

"peerDependencies": {
"graphql": "^0.11.7 || ^0.13.0"
"graphql": "^0.11.7 || ^0.13.0 || ^14.0.2"
},

@@ -58,3 +60,3 @@ "devDependencies": {

"eslint-plugin-react": "^6.9.0",
"graphql": "^0.13.2",
"graphql": "^14.0.2",
"jest": "^23.6.0",

@@ -61,0 +63,0 @@ "rollup": "^0.65.2",

dist/index.cjs.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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