Comparing version 4.12.0-beta.9 to 4.12.0-beta.10
{ | ||
"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 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
2342386
219
14403
0
3