Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Dummy data generator for local development, demos and testing purposes.
Dummy data generator for local development, demos and testing purposes.
npm i -D dumdum
import DumDum from "dumdum";
const dumdum = DumDum.create();
// Plain text with a maxLength of 50:
const plainText1 = dumdum.text(50);
console.log(plainText1);
// Plain text with a minLength of 100 and a maxLength of 200:
const plainText2 = dumdum.text([100, 200]);
console.log(plainText2);
text()
generator)text()
generator)text()
generator)1,000
.Used with
DumDum.create([config])
{
locale: "fr" | "en"; // Default to "en".
}
text(maxLength[, type])
maxLength
: Integer between 13 and 620.type
: String. Default to "plain"
.text(interval[, type])
interval
: [minLength, maxLength]
minLength
: Integer between 12 and 619.maxLength
: Integer between 13 and 620.type
: String. Default to "plain"
.yarn
yarn test
yarn test:lint
yarn test:unit
yarn test:watch
yarn data:generate [fr|en]...
FAQs
Dummy data generator for local development, demos and testing purposes.
The npm package dumdum receives a total of 0 weekly downloads. As such, dumdum popularity was classified as not popular.
We found that dumdum 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.