
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
lol-wad-parser
Advanced tools
A parser for .wad files from League of Legends.
lol-wad-parser is installable via:
var WadParser = require('lol-wad-parser'),
wad = new WadParser();
wad.read('assets.wad', function (err, data) {
console.log(data);
// ...
// {
// pathHash: '493258d8dc25e145',
// offset: 532843,
// compressedFileSize: 874,
// fileSize: 1850,
// type: 1,
// duplicate: 0,
// unk: 0,
// unk0: 0,
// sha256: '2c982e477bb2af65',
// fileName: 'plugins/rcp-fe-lol-uikit/global/default/components/animated-border-overlay/index.js'
// }
// ...
});
N.B: All methods act as promises if no callback is passed.
It will roughly parse a .wad file from the given path.
Parameters
(error, parsedData) as arguments.It will read a .wad file from the given path, casting all the data into the right variable type.
Parameters
(error, readData) as arguments.It will read a .wad and extract the result on disk.
Parameters
(error) as arguments.FAQs
A parser for .wad files from League of Legends.
The npm package lol-wad-parser receives a total of 9 weekly downloads. As such, lol-wad-parser popularity was classified as not popular.
We found that lol-wad-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.