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.3-alpha-748ad75.1 to 0.7.3-alpha-e42ae64.5

dist/index.cjs.js

22

package.json
{
"name": "@graphql-toolkit/schema-merging",
"version": "0.7.3-alpha-748ad75.1+748ad75",
"version": "0.7.3-alpha-e42ae64.5+e42ae64",
"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.3-alpha-748ad75.1+748ad75",
"@graphql-toolkit/common": "0.7.3-alpha-e42ae64.5+e42ae64",
"@kamilkisiela/graphql-tools": "4.0.6",

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

},
"gitHead": "748ad7569980344ef666374474a70c207a2c9991"
"gitHead": "e42ae6480375da57b5f21b4833e0a74de0905d75"
}

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