dl-librescore
Advanced tools
Comparing version 0.35.5 to 0.35.6
{ | ||
"name": "dl-librescore", | ||
"version": "0.35.5", | ||
"version": "0.35.6", | ||
"description": "Download sheet music", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.user.js", |
@@ -15,3 +15,3 @@ /* eslint-disable no-extend-native */ | ||
const getApiAuth = (id: number, type: FileType, index: number): string => { | ||
const suffix = "57$"; | ||
const suffix = "11000"; | ||
const code = `${id}${type}${index}${suffix}`; | ||
@@ -18,0 +18,0 @@ return md5(code).slice(0, 4); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Telemetry
Supply chain riskThis package contains telemetry which tracks how it is used.
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
Telemetry
Supply chain riskThis package contains telemetry which tracks how it is used.
Found 1 instance in 1 package
3661876