
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Variety of Persian tools, all gathered in one place
yarn install persian-ts
import TaskRepeater from "task-repeater";
const job1 = TaskRepeater()
.do(() => {})
.every(1000)
.start();
const job2 = TaskRepeater()
.do((itteration) => console.log(`itteration No.${itteration} ...`))
.do(() => {})
.finally((itterationsDone) =>
console.log(`tasks done. ${itterationsDone} itterations were completed.`)
)
.for(5)
.every(2_000)
.delay(1_000)
.start();
job1.stop();
job1.reset();
👤 Omid Astaraki omid.ocean@gmail.com
this package is based on Repeatr library developed by @theshem.
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 Omid Astaraki omid.ocean@gmail.com.
This project is MIT licensed.
FAQs
Variety of Persian tools, all gathered in one place
The npm package persian-ts receives a total of 5 weekly downloads. As such, persian-ts popularity was classified as not popular.
We found that persian-ts 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.