
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
A typescript library with the implementation of the new blizzard API This library is inteded to be used with a know-how of restful API's and some experience of blizzard games at all.
npm i blizzhub
First you have to create an Application or have an existing one at the new battle.net portal in order to retrieve the client_id and client_secret (this is basically how OAuth works). To initialize our api we simply do:
import { API, IBearerToken } from 'blizzhub/lib/api'
import {Wow} from 'blizzhub/lib'
import {Diablo3} from 'blizzhub/lib'
const api = new API('client_id', 'client_secret', (status, token) => {
//Here inside you do whatever you want with the token like this
const const conRealms = new Wow.ConnectedRealm();
conRealms.getConnectedRealmIndex('us', 'dynamic-us', 'en_US')
.then( data )
.catch( ex => {} )
})
Now there are alot of options for Wow or Diablo3, you can even import them directly by doing
import {Diablo3} from 'blizzhub/lib'
Diablo3.Era,Act,etc..
This library is up-to-date with battle.net dev portal, i'll keep updating this after they release Starcraft2 API.
If you find any bug or something not working well, please simply report it and i'll fix
FAQs
A typescript library implemention of blizzard API
We found that blizzhub 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.