
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.
websock-lowfat-promise is a zero-dependencies low-fat-promisified ws-websocket library.
It runs inside any webbrowser or node environment that supports promises.
It can be used with most existing websocket libraries.
The following sample code should speak for itself:
const WebSocket = require("ws");
const wspromise = require("websocket-lowfat-promise");
async function runme() {
const wsp = new wsppromise(new WebSocket("wsp://foo.com/bar"));
await wsp.open();
await wsp.send("Hello world! Send me a response please.");
var response = await wsp.recv();
console.log(response);
await wsp.close();
console.log("Socket has been closed");
}
runme();
Specified parameters:
websocket
ws
.Exposed API-list:
new wspromise(websocket)
this.open()
this.send(data, options)
this.recv()
this.ping()
this.close()
Card-carrying member of the zerodeps
movement.
FAQs
minimal mutex library for asynchronous locking
We found that mutexlight 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.