You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix environment detection: use process.versions.node instead of typeof module
(works in both CJS and ESM contexts)
- Fix JMS volume path resolution relative to metadata file, not CWD
- Fix NodeDataLoader: close file descriptors after read, handle short reads
- Fix browser progress callbacks: check callbacks array, not onprogress
- Add Node guard to getFileURL() to match getHTMLDataURIFile()
- Add JPAK2 magic type support (packer.py format now compatible with loader)
- Fix Python unpacker path traversal: reject paths with '..' escapes
- Fix bytesToString to prefer TextDecoder for UTF-8 correctness
- Update AGENTS.md: document node:test framework
🤖 Generated with Mister Maluco
Co-Authored-By: MisterMal <teskeslab@lucasteske.dev>
0 commit comments