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

antlr4

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antlr4 - npm Package Compare versions

Comparing version 4.12.0-beta.8 to 4.12.0-beta.9

2

package.json
{
"name": "antlr4",
"version": "4.12.0-beta.8",
"version": "4.12.0-beta.9",
"type": "module",

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

@@ -17,2 +17,3 @@ import {ATNSimulator} from "./ATNSimulator";

debug?: boolean;
trace_atn_sim?: boolean;

@@ -19,0 +20,0 @@ constructor(recog: Recognizer<Token>, atn: ATN, decisionToDFA: DFA[], sharedContextCache: PredictionContextCache);

@@ -21,4 +21,5 @@ import {Recognizer} from "./Recognizer";

constructor(input: CharStream);
nextToken() : Token;
emit() : Token;
nextToken(): Token;
emit(): Token;
reset(): void;
}
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