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

merge-graphql-schemas

Package Overview
Dependencies
Maintainers
6
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.8 to 1.6.0-beta.0

20

package.json
{
"name": "merge-graphql-schemas",
"author": "OK GROW!",
"version": "1.5.8",
"version": "1.6.0-beta.0",
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.",
"repository": {
"type": "git",
"url": "https://github.com/okgrow/merge-graphql-schemas.git"
"url": "https://github.com/Urigo/merge-graphql-schemas.git"
},

@@ -17,12 +17,12 @@ "license": "MIT",

"rollup:watch": "cross-env BABEL_ENV=build rollup -c -w",
"prepare": "npm run rollup:build",
"build": "yarn rollup:build",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"testonly": "jest --verbose",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch",
"start": "npm run rollup:watch"
"test": "yarn lint && yarn testonly",
"test-watch": "yarn testonly --watch",
"start": "yarn rollup:watch"
},
"bugs": "https://github.com/okgrow/merge-graphql-schemas/issues",
"homepage": "https://github.com/okgrow/merge-graphql-schemas",
"bugs": "https://github.com/Urigo/merge-graphql-schemas/issues",
"homepage": "https://github.com/Urigo/merge-graphql-schemas",
"keywords": [

@@ -39,2 +39,3 @@ "graphql",

"glob": "^7.1.3",
"graphql-toolkit": "0.2.15-ac872ed.0",
"is-glob": "^4.0.0"

@@ -70,3 +71,6 @@ },

"rollup-watch": "^4.3.1"
},
"publishConfig": {
"access": "public"
}
}

7

README.md

@@ -9,2 +9,3 @@ # Merge Graphql Schemas

This tool:

@@ -490,8 +491,2 @@ * Reduces the complexity of Graphql server implementation.

[@RodMachado](https://github.com/RodMachado)
[@cfnelson](https://github.com/cfnelson)
[@RichardLitt](https://github.com/RichardLitt) (triage and basic support)
Along with the team at [@okgrow](https://github.com/okgrow).

@@ -498,0 +493,0 @@

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