Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
dota-wiki-api
Advanced tools
A module to communicate with Liquipedia's Dota 2 Wiki to fetch Team Info, DPC Rankings, Dota Game Schedules, and more!
A module to communicate with the Liquipedia Dota 2 Wiki to fetch Team Info, DPC Rankings, Dota Game Schedules, and more!
Install DotaWikiApi with npm
(or preferred package manager)
npm i --save dota-wiki-api
Import or require the file, and initialize it with an configuration object
import { DotaWikiApi } from 'dota-wiki-api';
const myConfig = {
userAgentValue: 'MyConfig/0.0.1 (https://github.com/myGithub/myDotaApp)',
}
const myDotaWikiApi = new DotaWikiApi(myConfig);
myDotaWikiApi.getAllRanks()
.then((res) => {
console.log(res);
})
.catch((err) => {
console.log(err);
DotaWikiApi
is written in Typescript, and therefore also provides typings support out of the box
All documentation and API information can be found in the API Document here
If you would like to help or build on this module, please submit a PR! I will be providing more detailed contribution information in the near future.
Data for this module is gathered and used from the Liquipedia Dota 2 Wiki under their CC-BY-SA 3.0 License
FAQs
A module to communicate with Liquipedia's Dota 2 Wiki to fetch Team Info, DPC Rankings, Dota Game Schedules, and more!
The npm package dota-wiki-api receives a total of 1 weekly downloads. As such, dota-wiki-api popularity was classified as not popular.
We found that dota-wiki-api 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.