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

@graphql-toolkit/schema-merging

Package Overview
Dependencies
Maintainers
3
Versions
704
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-toolkit/schema-merging - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3-alpha-0ea72b3.3

dist/index.cjs.js

22

package.json
{
"name": "@graphql-toolkit/schema-merging",
"version": "0.7.2",
"version": "0.7.3-alpha-0ea72b3.3+0ea72b3",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,11 +10,11 @@ "repository": "git@github.com:dotansimha/graphql-toolkit.git",

"clean": "rimraf dist",
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
"test": "jest --config ../../jest.config.js"
"build": "bob",
"test": "jest --no-watchman --config ../../jest.config.js"
},
"sideEffects": false,
"main": "dist/commonjs/index.js",
"module": "dist/esnext/index.js",
"typings": "dist/esnext/index.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/esnext/index.d.ts"
"definition": "dist/index.d.ts"
},

@@ -24,3 +24,7 @@ "peerDependencies": {

},
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"@ardatan/bob": "0.1.4",
"@types/deepmerge": "2.2.0",

@@ -34,3 +38,3 @@ "@types/jest": "24.0.23",

"dependencies": {
"@graphql-toolkit/common": "0.7.2",
"@graphql-toolkit/common": "0.7.3-alpha-0ea72b3.3+0ea72b3",
"@kamilkisiela/graphql-tools": "4.0.6",

@@ -43,3 +47,3 @@ "deepmerge": "4.2.2",

},
"gitHead": "62f00e20b2cb6cf9bb0e900a9e2c15d2988ca235"
"gitHead": "0ea72b30e3d6475805cff5aa1bd3f9aff1189d4f"
}

Sorry, the diff of this file is not supported yet

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