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

@neo4j-cypher/codemirror

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-cypher/codemirror - npm Package Compare versions

Comparing version 1.0.0-next.13 to 1.0.0-next.14

2

es/cypher-extensions.js

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

export const cypherCompletion = ({
activateOnTyping = false,
activateOnTyping = false /* Could be made an option... */,
closeOnBlur = true

@@ -180,0 +180,0 @@ } = {}) => [autocompletionExtension({

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

} = newOptions;
if (!oldLength || !newLength || oldLength !== oldLength) {
if (!oldLength || !newLength || oldLength !== newLength) {
return oldLength === newLength;

@@ -206,0 +206,0 @@ }

@@ -169,3 +169,3 @@ "use strict";

const cypherCompletion = ({
activateOnTyping = false,
activateOnTyping = false /* Could be made an option... */,
closeOnBlur = true

@@ -172,0 +172,0 @@ } = {}) => [(0, _autocomplete.autocompletion)({

@@ -215,3 +215,3 @@ "use strict";

} = newOptions;
if (!oldLength || !newLength || oldLength !== oldLength) {
if (!oldLength || !newLength || oldLength !== newLength) {
return oldLength === newLength;

@@ -218,0 +218,0 @@ }

@@ -9,3 +9,3 @@ {

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

@@ -12,0 +12,0 @@ "license": "GPL-3.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