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

antlr-format

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antlr-format - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

package.json

@@ -5,7 +5,7 @@ {

"license": "MIT",
"version": "2.0.3",
"version": "2.0.4",
"description": "A formatter lib for ANTLR4 grammars",
"type": "module",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {

@@ -18,3 +18,3 @@ "generate": "antlr4ng -Dlanguage=TypeScript -no-visitor -no-listener -Xexact-output-dir grammars/LexBasic.g4 grammars/ANTLRv4Lexer.g4 -o src/parser",

"build-watch": "npm run build -- --sourcemap --watch",
"format-grammar-repo": "antlr-format --config tests/config.json -a ../grammars-v4/**/*.g4"
"format-grammar-repo": "antlr-format --config tests/config.json -a true -v ../grammars-v4/**/MySQLParser.g4"
},

@@ -21,0 +21,0 @@ "repository": {

@@ -13,3 +13,3 @@ [![Weekly Downloads](https://img.shields.io/npm/dw/antlr-format?style=for-the-badge&color=blue)](https://www.npmjs.com/package/antlr-format)

```bash
npm i antlr-format
npm i antlr-format
```

@@ -23,3 +23,3 @@

### 2.0.3
### 2.0.3 - 2.0.4

@@ -48,2 +48,2 @@ - Fixed bug where rule names after block comments where not placed on an own line;

This is the initial release of the package.
This is the initial release of the package.
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