Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
It makes it easy for you to read rss and find rss on the site.
npm install rss-tool
const tool = require('rss-tool')
async function read() {
let res = await tool.read('https://www.reddit.com/.rss', 1) //read rss url
console.log(res)
}
async function find() {
let res = await tool.find('https://www.reddit.com/.rss', 1) //find rss url
console.log(res)
}
read()
/*/
[
{
title: "İmamoğlu'nun açtığı İBB yurtları; ayda 600 TL, günde 2 öğün yemek, spor salonu var. 10%'luk şehit ve gazi çocukları için kontenjan ayrıldı ve şeffaf seçimlerle, torpilsiz öğrenci alımı yapıldı. Şimdilik 600 küsür öğrenci var, gelecek yıllarda 5000 yatak kapasitesi hedefleniyor.",
link: 'https://www.reddit.com/r/Turkey/comments/pv3hxm/imamoğlunun_açtığı_ibb_yurtları_ayda_600_tl_günde/',
content: 'submitted by /u/DutchClocker to r/Turkey \n [link] [comments]'
},
{
title: "Sabah 40dk'mı harcadım.",
link: 'https://www.reddit.com/r/KGBTR/comments/pv19m5/sabah_40dkmı_harcadım/',
content: 'submitted by /u/Montevar to r/KGBTR \n [link] [comments]'
}
]
/*/
find()
/*/
{
status: true,
title: 'reddit: the front page of the internet',
favicon: 'https://www.reddit.com/favicon.ico',
url: 'https://www.reddit.com/',
feedurl: [
{
title: 'reddit: the front page of the internet',
url: 'https://www.reddit.com/.rss'
}
]
}
/*/
FAQs
allows you to use rss easily
We found that rss-tool 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.