Socket
Socket
Sign inDemoInstall

@coding-blocks/jsonapi-server

Package Overview
Dependencies
112
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

2

CHANGELOG.md

@@ -0,1 +1,3 @@

- 2017-11-03 - v4.1.1
- 2017-11-03 - use latest graphql and joi
- 2017-11-03 - v4.1.0

@@ -2,0 +4,0 @@ - 2017-11-03 - Show error of validation in response

2

lib/graphQl/resolvers.js

@@ -104,3 +104,3 @@ 'use strict'

resolvers.generateFilterQueryFromAst = ast => {
const arrays = (ast.fieldASTs || []).map(function (fieldAST) {
const arrays = (ast.fieldNodes || []).map(function (fieldAST) {
return fieldAST.arguments || [ ]

@@ -107,0 +107,0 @@ })

{
"name": "@coding-blocks/jsonapi-server",
"version": "4.1.0",
"version": "4.1.1",
"description": "A config driven NodeJS framework implementing json:api",

@@ -35,5 +35,5 @@ "keywords": [

"express": "4.16.2",
"express-graphql": "0.5.4",
"graphql": "0.7.2",
"joi": "10.6.0",
"express-graphql": "0.6.11",
"graphql": "0.11.7",
"joi": "13.0.1",
"lodash.assign": "4.2.0",

@@ -40,0 +40,0 @@ "lodash.isequal": "4.5.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc