Socket
Socket
Sign inDemoInstall

@coding-blocks/jsonapi-server

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coding-blocks/jsonapi-server - npm Package Compare versions

Comparing version 3.2.5 to 3.2.6

2

CHANGELOG.md

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

- 2017-10-30 - v3.2.6
- 2017-10-30 - Fix type of "filter" in GraphQL
- 2017-10-26 - v3.2.5

@@ -2,0 +4,0 @@ - 2017-10-26 - remove uuid dependency

2

lib/graphQl/filterArgs.js

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

description: 'Filter string',
type: graphQl.GraphQLString
type: graphQl.GraphQLID
}

@@ -16,0 +16,0 @@ })

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

@@ -12,7 +12,12 @@ "keywords": [

"main": "lib/jsonApi.js",
"author": "Oliver Rumbelow",
"author": "Coding Blocks <dev@codingblocks.com>",
"contributors": [
"Oliver Rumbelow",
"Pedro Romano",
"Arnav Gupta <arnav@codingblocks.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/holidayextras/jsonapi-server"
"url": "https://github.com/coding-blocks/jsonapi-server"
},

@@ -19,0 +24,0 @@ "engines": {

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

method: 'patch',
url: 'http://localhost:16006/rest/comments/foobar/relationships/author',
url: 'http://localhost:16006/rest/comments/131/relationships/author',
headers: {

@@ -29,0 +29,0 @@ 'Content-Type': 'application/vnd.api+json'

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

method: 'patch',
url: 'http://localhost:16006/rest/comments/foobar',
url: 'http://localhost:16006/rest/comments/654',
headers: {

@@ -31,0 +31,0 @@ 'Content-Type': 'application/vnd.api+json'

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