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.
rss-emitter-ts
Advanced tools
Emit rss feed items, written in TypeScript
https://kurozeropb.github.io/RssEmitter/
Emitted events | Params | Description | Since |
---|---|---|---|
item:new | item: FeedItem | emits when a new item is added to the rss feed (where no eventName is provided) | 0.0.1 |
item:new:[eventName] | item: FeedItem | emits when a new item is added to the rss feed (where eventName is provided) | 0.4.3 |
feed:init | feed: FeedConfig | emits when a feed is done loading it's initial items | 0.3.0 |
feed:new | feed: FeedConfig | emits when a new feed is added using FeedEmitter#add() | 0.3.0 |
feed:update | feed: FeedConfig | emits when an existing feed is added using FeedEmitter#add() | 0.3.0 |
feed:error | error: FeedError | emits when an error occured while checking the feed | 0.0.1 |
Can be found in the examples folder
FAQs
Emit rss feed items, written in TypeScript
We found that rss-emitter-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
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.