
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@wartoshika/wow-classic-declarations
Advanced tools
Typescript declarations for the current live World of Warcraft LUA API
WoW Retail developers should use the wow-declarations repository.
Supported transpilers for LUA targets:
Installing this dependency via
$ npm install @wartoshika/wow-declarations@1.13.3-release.1
(npm repository installation)$ npm install wartoshika/wow-declarations#v1.13.3-release.1
(github repository installation)I strongly recommend to use a version tag when using github based install. Referencing the master branch can result in installing a breaking change. Github based installations need a prefixing
v
in the version number!
Please add the wow-declarations path to your tsconfig.json
compiler options like below:
{
"compilerOptions": {
// ...
"typeRoots": [
"./node_modules/@types",
"./node_modules/@wartoshika/wow-classic-declarations"
]
}
}
Release of the first version for wow classic. This repository is created to support removed functions in retail 8.3 and should be used when targeting classic environment.
If you want to contribute, please provide a pull request and ensure that you linted your changes with npm run lint
or try to autofix the errors with npm run lint:fix
. I appreciate your help!
FAQs
Typescript declarations for the current live World of Warcraft LUA API
The npm package @wartoshika/wow-classic-declarations receives a total of 6 weekly downloads. As such, @wartoshika/wow-classic-declarations popularity was classified as not popular.
We found that @wartoshika/wow-classic-declarations 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.