Comparing version 2.7.0 to 3.0.0-rc1
{ | ||
"name": "yjmidi", | ||
"version": "2.7.0", | ||
"main": "index.js", | ||
"version": "3.0.0-rc1", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"description": "midi file parser/player", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"docs": "typedoc src/index.ts --sort source-order" | ||
}, | ||
@@ -28,9 +30,9 @@ "author": "Cho Yunjin", | ||
"dependencies": { | ||
"byte-data-stream": "^1.3.0", | ||
"events": "^3.3.0" | ||
"byte-data-stream": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
"@types/node": "^20.11.19", | ||
"typedoc": "^0.25.8", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
158445
1
129
2998
Yes
3
2
+ Addedbyte-data-stream@2.3.3(transitive)
- Removedevents@^3.3.0
- Removedbyte-data-stream@1.3.0(transitive)
- Removedevents@3.3.0(transitive)
Updatedbyte-data-stream@^2.2.0