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

antlr4ng

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antlr4ng - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "antlr4ng",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Alternative JavaScript/TypeScript runtime for ANTLR4",

@@ -26,6 +26,6 @@ # JavaScript + TypeScript Target Runtime for ANTLR 4

| ---- | -------- | ------- |
| Query Collection| 8585 ms | 227 ms |
| Example File | 1052 ms | 108 ms |
| Large Inserts | 10417 ms | 10534 ms |
| Total | 20114 ms | 10890 ms |
| Query Collection| 8719 ms | 239 ms |
| Example File | 1031 ms | 119 ms |
| Large Inserts | 10748 ms | 10745 ms |
| Total | 20568 ms | 11122 ms |

@@ -32,0 +32,0 @@ The benchmarks consist of a set of query files, which are parsed by a MySQL parser.

@@ -28,4 +28,4 @@ /*

public getTokenTypeMap(): Map<string, number>;
public getRuleIndexMap(): Map<string, number>;
public getTokenTypeMap(): Map<Vocabulary, Map<string, number>>;
public getRuleIndexMap(): Map<string[], Map<string, number>>;

@@ -32,0 +32,0 @@ public getTokenType(tokenName: string): number;

@@ -17,4 +17,4 @@ /*

*/
public create(source: [TokenSource | null, InputStream | null], type: number, text: string, channel: number,
public create(source: [TokenSource | null, InputStream | null], type: number, text: string | null, channel: number,
start: number, stop: number, line: number, charPositionInLine: number): Symbol;
}

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

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