Comparing version 1.0.2 to 1.1.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.0.2", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "repository": { |
@@ -79,10 +79,8 @@ /* tslint:disable */ | ||
* @param {Uint8Array} course | ||
* @returns {Uint8Array} | ||
*/ | ||
static decrypt(course: Uint8Array): Uint8Array; | ||
static decrypt(course: Uint8Array): void; | ||
/** | ||
* @param {Uint8Array} course | ||
* @returns {Uint8Array} | ||
*/ | ||
static encrypt(course: Uint8Array): Uint8Array; | ||
static encrypt(course: Uint8Array): void; | ||
} | ||
@@ -89,0 +87,0 @@ /** |
Sorry, the diff of this file is not supported yet
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
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
1332269
91
1