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

@neo4j-cypher/language-support

Package Overview
Dependencies
Maintainers
0
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-cypher/language-support - npm Package Compare versions

Comparing version 2.0.0-canary-f78dbe6 to 2.0.0-canary-fb63982

dist/types/textMateGrammar.d.ts

1

dist/types/index.d.ts

@@ -14,2 +14,3 @@ export type { ParserRuleContext } from 'antlr4';

export { testData } from './tests/testData';
export { textMateGrammar } from './textMateGrammar';
export type { CompletionItem, Neo4jFunction, Neo4jProcedure } from './types';

@@ -16,0 +17,0 @@ export { CypherLexer, CypherParser };

@@ -40,1 +40,2 @@ export declare enum CypherTokenType {

export declare const keywordNames: Set<string>;
export declare const operatorSymbols: Set<string>;

2

package.json

@@ -21,3 +21,3 @@ {

],
"version": "2.0.0-canary-f78dbe6",
"version": "2.0.0-canary-fb63982",
"main": "./dist/cjs/index.cjs",

@@ -24,0 +24,0 @@ "module": "./dist/esm/index.mjs",

@@ -22,2 +22,3 @@ export type { ParserRuleContext } from 'antlr4';

export { testData } from './tests/testData';
export { textMateGrammar } from './textMateGrammar';
export type { CompletionItem, Neo4jFunction, Neo4jProcedure } from './types';

@@ -24,0 +25,0 @@ export { CypherLexer, CypherParser };

@@ -409,1 +409,4 @@ import CypherLexer from './generated-parser/CypherCmdLexer';

export const keywordNames = new Set(lexerKeywords.map((i) => tokenNames[i]));
export const operatorSymbols = new Set(
lexerOperators.map((i) => literalNames[i].replaceAll("'", '')),
);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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