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.1.3 to 2.1.4

19

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "2.1.3",
"version": "2.1.4",
"description": "A formatter lib for ANTLR4 grammars",

@@ -12,3 +12,3 @@ "type": "module",

"scripts": {
"prepublishOnly": "npm run generate && npm run build-minified && npm run test",
"prepublishOnly": "npm run generate && npm run build && npm run test",
"generate": "antlr4ng -Dlanguage=TypeScript -no-visitor -no-listener -Xexact-output-dir grammars/LexBasic.g4 grammars/ANTLRv4Lexer.g4 -o src/parser",

@@ -18,3 +18,2 @@ "test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --no-coverage",

"build": "tsc && esbuild ./src/index.ts --main-fields=module,main --bundle --outfile=dist/index.js --format=esm --packages=external",
"build-minified": "npm run build -- --minify",
"build-watch": "npm run build -- --sourcemap --watch",

@@ -37,13 +36,13 @@ "format-grammar-repo": "antlr-format --config tests/config.json -a ../grammars-v4/**/*.g4"

"dependencies": {
"antlr4ng": "2.0.10"
"antlr4ng": "3.0.1"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"esbuild": "0.20.00",
"eslint": "8.56.0",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"esbuild": "0.20.1",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.0.5",
"eslint-plugin-jsdoc": "48.2.0",
"eslint-plugin-prefer-arrow": "1.2.3",

@@ -50,0 +49,0 @@ "jest": "29.7.0",

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

### 2.1.4
- Updated dependencies.
### 2.1.3

@@ -24,0 +28,0 @@

Sorry, the diff of this file is too big to display

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