Socket
Socket
Sign inDemoInstall

graphql-compose-json

Package Overview
Dependencies
3
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0 to 6.2.0

2

lib/InputObjectParser.js

@@ -25,2 +25,4 @@ "use strict";

return 'Boolean';
if (value instanceof Date)
return 'Date';
if (graphql_compose_1.isComposeInputType(value)) {

@@ -27,0 +29,0 @@ return value;

@@ -25,2 +25,4 @@ "use strict";

return 'Boolean';
if (value instanceof Date)
return 'Date';
if (graphql_compose_1.isComposeOutputType(value)) {

@@ -27,0 +29,0 @@ return value;

30

package.json
{
"name": "graphql-compose-json",
"version": "6.1.0",
"version": "6.2.0",
"description": "This is a plugin for `graphql-compose`, which generates GraphQLTypes from any JSON.",

@@ -25,17 +25,17 @@ "files": [

"peerDependencies": {
"graphql-compose": "^7.0.4 || ^8.0.0"
"graphql-compose": "^7.0.4 || ^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@types/express": "4.17.11",
"@types/express": "4.17.12",
"@types/express-graphql": "^0.9.0",
"@types/jest": "26.0.23",
"@types/node": "15.0.1",
"@types/node": "15.6.1",
"@types/node-fetch": "2.5.10",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"cross-env": "7.0.3",
"eslint": "7.25.0",
"eslint": "7.27.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",

@@ -45,11 +45,11 @@ "express": "^4.17.1",

"graphql": "15.5.0",
"graphql-compose": "8.0.1",
"jest": "26.6.3",
"graphql-compose": "9.0.0",
"jest": "27.0.3",
"node-fetch": "2.6.1",
"prettier": "2.2.1",
"prettier": "2.3.0",
"rimraf": "3.0.2",
"semantic-release": "17.4.2",
"ts-jest": "26.5.5",
"ts-node": "9.1.1",
"typescript": "4.2.4"
"semantic-release": "17.4.3",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"typescript": "4.3.2"
},

@@ -56,0 +56,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc