New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsonapi-validator

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonapi-validator - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

10

lib/schema.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "JSON API Schema",

@@ -16,3 +16,3 @@ "description": "This is a schema for responses in the JSON API format. For more, see http://jsonapi.org",

],
"definitions": {

@@ -99,3 +99,3 @@ "success": {

},
"meta": {

@@ -324,3 +324,3 @@ "description": "Non-standard meta-information that can not be represented as an attribute or relationship.",

},
"jsonapi": {

@@ -339,3 +339,3 @@ "description": "An object describing the server's implementation",

},
"error": {

@@ -342,0 +342,0 @@ "type": "object",

@@ -32,5 +32,5 @@ {

"coveralls": "^2.11.9",
"eslint": "^3.8.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-import": "^2.7.0",
"ghooks": "^2.0.0",

@@ -48,3 +48,3 @@ "istanbul": "^0.4.4",

"dependencies": {
"ajv": "^4.1.3",
"ajv": "^5.2.2",
"yargs": "^7.0.2"

@@ -55,3 +55,3 @@ },

},
"version": "3.0.3"
"version": "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