
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.
This is not an official package by the altMP team, this is made by the community!
This package contains a few useful enums to be used with TypeScript in alt:V.
Firstly, install the package as a dev dependency by running:
npm install -D alt-enums
Next make sure to add this package to your types
or typeRoots
in your tsconfig.json
.
Now you can just import the package and use the enums:
import * as AltEnums from "alt-enums";
console.log(AltEnums.WeaponModel.APPistol);
This gets transpiled to:
"use strict";
exports.__esModule = true;
console.log(584646201 /* APPistol */);
If there are any helpful enums that could be added feel free to create an issue or even make a pull request.
Thanks to all Wiki contributors for the enums.
Thanks to Lhoerion for helping me with TypeScript stuff and letting me yoink his TSConfig.
FAQs
An unofficial package containing TypeScript enums for alt:V
We found that alt-enums 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
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.