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

graphql-config

Package Overview
Dependencies
Maintainers
10
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-config - npm Package Compare versions

Comparing version 3.0.0-alpha.13 to 3.0.0-alpha.14

config.d.ts

76

package.json
{
"name": "graphql-config",
"version": "3.0.0-alpha.13",
"version": "3.0.0-alpha.14",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
"main": "dist/index.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"prepublishOnly": "yarn build",
"clean": "rimraf dist",
"prebuild": "yarn clean",
"build": "rollup -c rollup.config.js",
"format": "prettier --write '{src,test}/**/*.{ts,graphql}'",
"lint": "eslint '{src,test}/**/*.ts'",
"test": "jest",
"precommit": "lint-staged",
"release": "npm publish dist"
},
"files": [
"dist/*"
],
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1-alpha-cee1e98.4+cee1e98",
"@graphql-toolkit/graphql-file-loader": "0.6.1-alpha-cee1e98.4+cee1e98",
"@graphql-toolkit/json-file-loader": "0.6.1-alpha-cee1e98.4+cee1e98",
"@graphql-toolkit/schema-merging": "0.6.1-alpha-cee1e98.4+cee1e98",
"@graphql-toolkit/url-loader": "0.6.1-alpha-cee1e98.4+cee1e98",
"cosmiconfig": "5.2.1",
"globby": "10.0.1",
"minimatch": "3.0.4"
},
"devDependencies": {
"@types/cosmiconfig": "5.0.3",
"@types/jest": "24.0.19",
"@types/nock": "11.1.0",
"@types/node": "12.11.1",
"@types/node-fetch": "2.5.2",
"@typescript-eslint/parser": "2.4.0",
"del": "5.1.0",
"eslint": "6.5.1",
"graphql": "14.5.8",
"husky": "3.0.9",
"jest": "24.9.0",
"lint-staged": "9.4.2",
"make-dir": "3.0.0",
"nock": "11.4.0",
"parent-module": "2.0.0",
"prettier": "1.18.2",
"rimraf": "3.0.0",
"rollup": "1.24.0",
"rollup-plugin-generate-package-json": "3.1.3",
"rollup-plugin-typescript2": "0.24.3",
"ts-jest": "24.1.0",
"tslib": "1.10.0",
"typescript": "3.6.4"
},
"repository": {

@@ -65,3 +13,3 @@ "type": "git",

},
"homepage": "https://github.com/kamilkisiela/graphql-config#readme",
"homepage": "https://graphql-config.com",
"keywords": [

@@ -73,13 +21,19 @@ "graphql",

],
"author": "Johannes Schickling <johannes@graph.cool>",
"author": "Kamil Kisiela <kamil.kisiela@gmail.com>",
"license": "MIT",
"lint-staged": {
"*.{ts,graphql}": [
"prettier --write",
"git add"
]
},
"engines": {
"node": ">= 6.0.0"
},
"main": "index.js",
"module": "index.es.js",
"typings": "index.d.ts",
"dependencies": {
"@graphql-toolkit/common": "0.6.2",
"@graphql-toolkit/graphql-file-loader": "0.6.2",
"@graphql-toolkit/json-file-loader": "0.6.2",
"@graphql-toolkit/schema-merging": "0.6.2",
"@graphql-toolkit/url-loader": "0.6.2",
"cosmiconfig": "5.2.1",
"minimatch": "3.0.4"
}
}
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