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

antlr4-c3

Package Overview
Dependencies
Maintainers
1
Versions
56
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.4.0 to 3.4.1

5

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

@@ -29,3 +29,2 @@ "author": "Mike Lischke",

"eslint": "eslint .",
"esbuild": "esbuild ./index.ts --bundle --outfile=lib/index.mjs --format=esm --packages=external --keep-names",
"build-mjs": "npm run build-bundle -- --outfile=lib/index.mjs --format=esm",

@@ -53,3 +52,3 @@ "build-cjs": "npm run build-bundle -- --outfile=lib/index.cjs --format=cjs",

"dependencies": {
"antlr4ng": "3.0.0"
"antlr4ng": "^3.0.1"
},

@@ -56,0 +55,0 @@ "exports": {

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