New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

antlr4-c3

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antlr4-c3 - npm Package Compare versions

Comparing version 3.3.6 to 3.3.7

18

package.json
{
"name": "antlr4-c3",
"version": "3.3.6",
"version": "3.3.7",
"description": "A code completion core implementation for ANTLR4 based parsers",

@@ -28,15 +28,15 @@ "author": "Mike Lischke",

"eslint": "eslint .",
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --sourcemap=external --packages=external"
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --packages=external --keep-names"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.11.20",
"@types/unicode-properties": "1.3.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"antlr4ng-cli": "1.0.7",
"esbuild": "0.20.0",
"eslint": "8.56.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",

@@ -49,4 +49,4 @@ "jest": "29.7.0",

"dependencies": {
"antlr4ng": "2.0.10"
"antlr4ng": "2.0.11"
}
}

@@ -224,2 +224,6 @@ [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/mike-lischke/antlr4-c3/nodejs.yml?style=for-the-badge&color=green&logo=github)](https://github.com/mike-lischke/antlr4-c3/actions/workflows/nodejs.yml)

### 3.3.7
- Stop bundling 3rd party libraries in the own lib bundle. This is not only unnecessary (these deps are installed with all the other dependencies in a target project), but can cause trouble if a depenent project uses 2 different versions of such a bundled 3rd party lib.
### 3.3.6

@@ -226,0 +230,0 @@

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