Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
node-chat-bubble
Advanced tools
A chat bubble for your terminal.
Usage:
const chatBubble = require('node-chat-bubble');
const message = 'Hello World';
console.log(chatBubble.get(message));
const options = { boxWidth: 52 };
console.log(chatBubble.get(message, options))
Options:
Parameter | Type | Description |
---|---|---|
boxWidth | number | width of the box, default: 30 |
boxType | string | single, double, round(default), single-double, double-single, classic |
spikePosition | number | position of spike from left, default: 10 |
spikeDirection | string | 'right' or 'left', default is 'right' |
Contributing
Please feel free to submit any bugs or suggestions as issues. Pull requests are welcome.
FAQs
A chat bubble for your terminal
The npm package node-chat-bubble receives a total of 22 weekly downloads. As such, node-chat-bubble popularity was classified as not popular.
We found that node-chat-bubble 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.