
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@wartoshika/wow-declarations
Advanced tools
Typescript declarations for the current live World of Warcraft LUA API
WoW Classic developers should use the wow-classic-declarations repository.
Updates for the Shadowland expansion are currently in development. You can find a partial implementation on the master branch. Once every function has been documented i will release it into a dedicated version.
Supported transpilers for LUA targets:
Installing this dependency via
$ npm install @wartoshika/wow-declarations@8.3.0-release.1 (npm repository installation)$ npm install wartoshika/wow-declarations#v8.3.0-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
vin 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-declarations"
]
}
}
Breaking changes for classic addons
Breaking changes - Incomtabible with version v8.2.5-release.1
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-declarations receives a total of 2 weekly downloads. As such, @wartoshika/wow-declarations popularity was classified as not popular.
We found that @wartoshika/wow-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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.