Socket
Socket
Sign inDemoInstall

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.7 to 1.5.8

5

CHANGELOG.md

@@ -9,3 +9,8 @@ # Change Log

## [1.5.8]
### Fixed
- Fix exception message when checking NamedType. [PR #178](https://github.com/okgrow/merge-graphql-schemas/pull/178) by [Fi1osof](https://github.com/Fi1osof).
- Fix directives not being merged correctly. Closes [#156](https://github.com/okgrow/merge-graphql-schemas/issues/156), [#182](https://github.com/okgrow/merge-graphql-schemas/issues/182) [PR #183](https://github.com/okgrow/merge-graphql-schemas/pull/183) by [Fi1osof](https://github.com/Fi1osof).
## [1.5.7]

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

35

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

@@ -36,3 +36,3 @@ "repository": {

"dependencies": {
"deepmerge": "^2.1.1",
"deepmerge": "^2.2.1",
"glob": "^7.1.3",

@@ -45,21 +45,24 @@ "is-glob": "^4.0.0"

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"core-js": "^2.5.7",
"cross-env": "^5.2.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-meteor": "^0.2.4",
"eslint-plugin-babel": "2.x.x",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-babel": "5.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"graphql": "^14.0.2",
"jest": "^23.6.0",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-filesize": "^4.0.1",
"rollup": "^0.67.1",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-filesize": "^5.0.1",
"rollup-plugin-node-resolve": "^3.4.0",

@@ -66,0 +69,0 @@ "rollup-watch": "^4.3.1"

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