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

@neo4j-cypher/react-codemirror

Package Overview
Dependencies
Maintainers
1
Versions
141
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.13 to 1.0.0-next.14

4

es/CypherEditor.js

@@ -99,2 +99,4 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

autofocus,
bracketMatching,
closeBrackets,
cursorWide,

@@ -134,2 +136,4 @@ cypherLanguage,

autofocus,
bracketMatching,
closeBrackets,
cursorWide,

@@ -136,0 +140,0 @@ cypherLanguage,

@@ -108,2 +108,4 @@ "use strict";

autofocus,
bracketMatching,
closeBrackets,
cursorWide,

@@ -143,2 +145,4 @@ cypherLanguage,

autofocus,
bracketMatching,
closeBrackets,
cursorWide,

@@ -145,0 +149,0 @@ cypherLanguage,

4

package.json

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

],
"version": "1.0.0-next.13",
"version": "1.0.0-next.14",
"author": "Neo4j Inc.",

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

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

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

@@ -65,4 +65,10 @@ import * as React from "react";

/**
* setting any of these props will trigger the editor to clear its undo/redo history
* Whether to show matching brackets in the editor view
*
* @defaultValue true
*/
bracketMatching?: boolean;
/**
* Setting any of these props will trigger the editor to clear its undo/redo history
*
* @defaultValue ["cypherLanguage"]

@@ -72,2 +78,8 @@ */

/**
* Whether to automatically close brackets or wrap selected text with quotes on quote press
*
* @defaultValue true
*/
closeBrackets?: boolean;
/**
* Whether the wide cursor should be shown

@@ -74,0 +86,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