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

@neo4j-cypher/react-codemirror

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-cypher/react-codemirror - npm Package Compare versions

Comparing version 1.0.0-next.8 to 1.0.0-next.9

2

es/CypherEditor.js

@@ -101,2 +101,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

theme,
tooltipAbsolute,
parseOnSetValue,

@@ -127,2 +128,3 @@ value,

theme,
tooltipAbsolute,
parseOnSetValue,

@@ -129,0 +131,0 @@ value

@@ -110,2 +110,3 @@ "use strict";

theme,
tooltipAbsolute,
parseOnSetValue,

@@ -136,2 +137,3 @@ value,

theme,
tooltipAbsolute,
parseOnSetValue,

@@ -138,0 +140,0 @@ value

4

package.json

@@ -10,3 +10,3 @@ {

],
"version": "1.0.0-next.8",
"version": "1.0.0-next.9",
"author": "Neo4j Inc.",

@@ -42,3 +42,3 @@ "license": "GPL-3.0",

"@babel/runtime": "^7.20.6",
"@neo4j-cypher/codemirror": "1.0.0-next.7",
"@neo4j-cypher/codemirror": "1.0.0-next.8",
"codemirror": "^6.0.1"

@@ -45,0 +45,0 @@ },

@@ -136,2 +136,8 @@ import * as React from "react";

/**
* Whether or not the tooltips use simple absolute position styling (vs trying to stay within bounds)
*
* @defaultValue false
*/
tooltipAbsolute?: boolean;
/**
* The editor text value

@@ -138,0 +144,0 @@ *

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