
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
See http://hardmath123.github.io/englipsum
The accepted Lorem Ipsum text is inherently messy. It has different character ratios and prevalent digraphs. The words are foreign to most of us, so they attract attention. There's barely any interesting formatting, because Cicero didn't have hyperlinks.
Englipsum solves those problems.
It generates grammatically-valid English that makes sense in context. It looks right, thus allowing itself to be ignored. Englipsum pays attention to the little details that make text natural-looking. The default dictionary includes words found on most tech-ey websites.
Simply include englipsum.js in your HTML file:
<script src="https://github.com/Hardmath123/englipsum/raw/gh-pages/englipsum.js></script>
Elements of class englipsum will be populated with placeholder text automatically.
<div class="englipsum"></div>
You can customize settings by including JSON in the element:
<div class="englipsum">
{
"paragraphs": 3,
"links": true
}
</div>
| Property | Value |
|---|---|
paragraphs | The number of paragraphs to generate |
sentences | The number of sentences per paragraph |
links | Generate random links? (they are uniquely stamped so that testing a:visited is easy) |
ems | Italicize random words? |
dict | Provide your own dictionary. Object with fields (all optional) nouns, verbs, adjs, advs |
dict | Reference a provided dictionary. Possible values: "farm" |
Create a to-do list:
<ol>
<li class="englipsum"> {"sentences": 1, "paragraphs": 1}</li>
<li class="englipsum"> {"sentences": 1, "paragraphs": 1}</li>
<li class="englipsum"> {"sentences": 1, "paragraphs": 1}</li>
<li class="englipsum"> {"sentences": 1, "paragraphs": 1}</li>
</ol>
Placeholder text about animals:
<div class="englipsum">
{
"dict": {
"nouns": ["cow", "pig", "sheep", "fish", "farmer", "tractor"],
"verbs": ["makes", "grows", "works", "produces", "helps"]
}
}
</div>
FAQs
Usable placeholder text
The npm package englipsum receives a total of 1 weekly downloads. As such, englipsum popularity was classified as not popular.
We found that englipsum 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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.