Comparing version 1.4.2 to 2.0.0
@@ -7,3 +7,3 @@ { | ||
"description": "A utility library for Super Mario Maker and Super Mario Maker 2 to read and manipulate game files.", | ||
"version": "1.4.2", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -15,9 +15,9 @@ "repository": { | ||
"files": [ | ||
"smmdb_bg.wasm", | ||
"smmdb.js", | ||
"smmdb.d.ts" | ||
"smmdb-node_bg.wasm", | ||
"smmdb-node.js", | ||
"smmdb-node_bg.js", | ||
"smmdb-node.d.ts" | ||
], | ||
"module": "smmdb.js", | ||
"types": "smmdb.d.ts", | ||
"sideEffects": false | ||
"main": "smmdb-node.js", | ||
"types": "smmdb-node.d.ts" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
2114876
682
2
2