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

graphql-compose

Package Overview
Dependencies
Maintainers
1
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-compose - npm Package Compare versions

Comparing version 9.0.3 to 9.0.4

3

lib/TypeMapper.js

@@ -614,2 +614,5 @@ "use strict";

};
if (field.defaultValue) {
fc.defaultValue = (0, graphql_1.valueFromAST)(field.defaultValue, fc.type.getType());
}
return fc;

@@ -616,0 +619,0 @@ });

18

package.json
{
"name": "graphql-compose",
"version": "9.0.3",
"version": "9.0.4",
"description": "GraphQL schema builder from different data sources with middleware extensions.",

@@ -27,4 +27,4 @@ "files": [

"devDependencies": {
"@types/jest": "27.0.1",
"@types/lodash": "4.14.172",
"@types/jest": "27.0.2",
"@types/lodash": "4.14.175",
"@typescript-eslint/eslint-plugin": "4.31.0",

@@ -36,12 +36,12 @@ "@typescript-eslint/parser": "4.31.0",

"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-prettier": "4.0.0",
"graphql": "16.0.0-alpha.2",
"jest": "27.1.0",
"jest": "27.2.5",
"jest-junit": "12.2.0",
"prettier": "2.3.2",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"semantic-release": "17.4.7",
"ts-jest": "27.0.5",
"typescript": "4.4.2"
"ts-jest": "27.0.7",
"typescript": "4.4.4"
},

@@ -51,3 +51,3 @@ "dependencies": {

"graphql-type-json": "0.3.2",
"object-path": "0.11.7"
"object-path": "0.11.8"
},

@@ -54,0 +54,0 @@ "config": {

Sorry, the diff of this file is not supported yet

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