![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
blizzardry
Advanced tools
JavaScript library for mastering the wizardry that is Blizzard's game files.
Licensed under the MIT license, see LICENSE for more information.
Blizzardry is available via npm:
npm install blizzardry
Or for usage in the browser, soon™.
Usage coming soon.
Texture format holding up to 16 pre-rendered mipmaps.
Blizzardry uses BLPConverter to process BLPs, which on OSX can be installed using Homebrew:
brew install https://raw.githubusercontent.com/timkurvers/homebrew-games/formula/blp-converter/blp-converter.rb
For all other platforms, compile from source and ensure the library ends up on the load path.
BLP.open('RabbitSkin.blp', function(blp) {
blp.version // 2
blp.mipmapCount // 8
blp.largest.width // 128
blp.largest.height // 128
blp.largest.data // <Buffer a2 a2 a2 dd a2 ...>
blp.smallest.width // 1
blp.smallest.height // 1
blp.smallest.data // <Buffer 7e 98 af ee>
// Or directly:
blp.mipmaps[3].width // 16
blp.mipmaps[3].height // 16
});
// Or alternatively:
blp = BLP.open('RabbitSkin.blp')
// ...
blp.close()
Usage coming soon.
Usage coming soon.
Generic archive format, used in most Blizzard games.
Blizzardry uses StormLib to handle MPQ archives, which on OSX can be installed using Homebrew:
brew install https://raw.githubusercontent.com/timkurvers/homebrew-games/formula/storm-lib/storm-lib.rb
For all other platforms, compile from source and ensure the library ends up on the load path.
Usage coming soon.
Usage coming soon.
v0.1.0 - January 7, 2015
MPQ.Files#extract
allows extracting files easily.FAQs
JavaScript library for mastering the wizardry that is Blizzard's game files
The npm package blizzardry receives a total of 0 weekly downloads. As such, blizzardry popularity was classified as not popular.
We found that blizzardry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.