
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Flexible feature-rich library for easy access to Battle.net API.
npm install blizzapi
const BlizzAPI = require('blizzapi');
const api = new BlizzAPI({
region: 'us',
clientId: 'client id',
clientSecret: 'client secret'
});
const data = await api.query('/path/to/endpoint');
console.log(data);
git clone https://github.com/lukemnet/blizzapi.git
cd blizzapi
npm install
npm run build
blizzapi.lukem.net - documentation
blizzapi-docs - documentation repo on GitHub
blizzapi-example - sample Express.js REST API with usage examples
Contributions of any kind are welcome.
You can contribute to BlizzAPI by:
Before contributing be sure to read Contributing Guidelines and Code of Conduct.
To all who contribute code, improve documentation, submit issues or feature requests - thank you for making BlizzAPI even better!
We maintain an AUTHORS file where we keep a list of all project contributors. Please consider adding your name there with your next PR.
Licensed under MIT License. See LICENSE for more information.
This project is not authored, affiliated or endorsed in any way by Blizzard Entertainment.
Battle.net and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
FAQs
Flexible and feature-rich library for easy access to Blizzard Battle.net APIs
The npm package blizzapi receives a total of 94 weekly downloads. As such, blizzapi popularity was classified as not popular.
We found that blizzapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.