
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
An Unofficial JavaScript Wrapper For https://playit.gg
An Unofficial JavaScript Wrapper For PlayIt.GG
To Install, Run:
npm i --save playit.gg
const PlayIt = require('playit.gg');
(async () => {
// Start PlayIt
const playit = await PlayIt();
// Create A PlayIt Tunnel
const tunnel = await playit.createTunnel(); // Default Is TCP On Port 80
console.log(`http://${tunnel.url}`); // Print the tunnel url
})();
To Install The CLI, Run:
npm install -g playit.gg
Or Download From The Releases
Usage: PlayIt --tunnels <Port:Proto:?IP...>
Options:
-V, --version output the version number
-t, --tunnels <Port:Proto:?IP...> Tunnels To Create With The Specified Port, Prototype And IP. The IP Is Optional
-e, --envs <Name:Value...> Environment Options For PlayIt
-h, --help display help for command
Most Items In This Module Are Asynchronous
Type | Async | Returns | Description |
---|---|---|---|
Function | Yes | PlayIt | The Started PlayIt Class |
Example:
const PlayIt = require('playit.gg');
(async () => {
const playit = await PlayIt(); // Start PlayIt
})();
PlayIt
PlayIt Will Not Work Unless You Run The
.start
Method
Type | Async | Returns | Description |
---|---|---|---|
Class | No | PlayIt | The Unstarted PlayIt Class |
Example:
const { PlayIt } = require('playit.gg');
let playit = new PlayIt();
(async () => {
// Do whatever you want before starting PlayIt
// The reason you might want to do this is to use some variables PlayIt provides before starting it
// As it takes a few seconds to start
playit = await playit.start(); // Start PlayIt
})();
TODO
PRs Are Welcome!
FAQs
An Unofficial JavaScript Wrapper For https://playit.gg
The npm package playit.gg receives a total of 0 weekly downloads. As such, playit.gg popularity was classified as not popular.
We found that playit.gg 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.