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 1.0.8 to 1.0.9

out/index.d.ts

4

.vscode/launch.json

@@ -8,3 +8,3 @@ {

"name": "Launch Program",
"type": "node2",
"type": "node",
"request": "launch",

@@ -34,3 +34,3 @@ "preLaunchTask": "tsc",

"name": "Attach to Process",
"type": "node2",
"type": "node",
"request": "attach",

@@ -37,0 +37,0 @@ "port": 9229

{
"typescript.check.workspaceVersion": false
}
}

@@ -9,4 +9,4 @@ {

"showOutput": "silent",
"isWatching": true,
"isBackground": true,
"problemMatcher": "$tsc-watch"
}
}
{
"name": "antlr4-c3",
"version": "1.0.8",
"version": "1.0.9",
"description": "A code completion core implmentation for ANTLR4 based parsers",
"main": "out/index.js",
"typings": "out/index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "prepublish": "tsc",

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