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

@neo4j/graph-json-schema

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j/graph-json-schema - npm Package Compare versions

Comparing version 1.0.0-next.1 to 1.0.0-next.2

8

json-schema.json

@@ -145,3 +145,3 @@ {

"additionalProperties": false,
"required": ["token", "type"],
"required": ["token", "type", "nullable"],
"properties": {

@@ -151,3 +151,3 @@ "token": {

},
"mandatory": { "type": "boolean" },
"nullable": { "type": "boolean" },
"$id": { "type": "string" },

@@ -191,3 +191,3 @@ "type": {

"additionalProperties": false,
"required": ["token", "type"],
"required": ["token", "type", "nullable"],
"properties": {

@@ -200,3 +200,3 @@ "token": {

},
"mandatory": { "type": "boolean" }
"nullable": { "type": "boolean" }
}

@@ -203,0 +203,0 @@ },

{
"name": "@neo4j/graph-json-schema",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"description": "",

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

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