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

antlr4ng

Package Overview
Dependencies
Maintainers
1
Versions
38
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 3.0.1 to 3.0.2

1

dist/ParserInterpreter.d.ts

@@ -14,2 +14,3 @@ import { ATNState } from "./atn/ATNState.js";

rootContext: InterpreterRuleContext;
protected parentContextStack: Array<[ParserRuleContext | null, number]>;
constructor(grammarFileName: string, vocabulary: Vocabulary, ruleNames: string[], atn: ATN, input: TokenStream);

@@ -16,0 +17,0 @@ reset(): void;

4

package.json
{
"name": "antlr4ng",
"version": "3.0.1",
"version": "3.0.2",
"type": "module",

@@ -24,3 +24,3 @@ "description": "Alternative JavaScript/TypeScript runtime for ANTLR4",

"peerDependencies": {
"antlr4ng-cli": "2.0.0"
"antlr4ng-cli": "^2.0.0"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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