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

antlr4

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antlr4 - npm Package Compare versions

Comparing version 4.12.0-beta.9 to 4.12.0-beta.10

dist/antlr4.node.js

8

package.json
{
"name": "antlr4",
"version": "4.12.0-beta.9",
"version": "4.12.0-beta.10",
"type": "module",
"description": "JavaScript runtime for ANTLR4",
"main": "dist/antlr4.js",
"browser": "dist/antlr4.web.js",
"main": "dist/antlr4.node.js",
"types": "src/antlr4/index.d.ts",

@@ -46,6 +47,3 @@ "repository": "antlr/antlr4.git",

"node": ">=16"
},
"browser": {
"fs": false
}
}

@@ -12,4 +12,3 @@ /* Copyright (c) 2012-2022 The ANTLR Project. All rights reserved.

process.versions.node != null;
// use eval to fool webpack and mocha
const fs = isNode ? await eval("import('fs')") : null;
import fs from 'fs';

@@ -16,0 +15,0 @@ /**

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