New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

get-rss-atom

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-rss-atom - npm Package Compare versions

Comparing version 1.0.3-a to 1.0.3-b

2

package.json
{
"name": "get-rss-atom",
"version": "1.0.3a",
"version": "1.0.3b",
"description": "Reed feed content from URL and return Array with Objects",

@@ -5,0 +5,0 @@ "main": "get.js",

@@ -5,11 +5,11 @@ test = require('get-rss-son/get');

count = 0;
hostFeed = '';
feedUrl = '';
if (process.argv.length > 1) {
hostFeed = process.argv[2]
feedUrl = process.argv[2]
}
test.getRssAtom(hostFeed, content => content.forEach((item) => {
test.getRssAtom(feedUrl, content => content.forEach((item) => {
count++;
console.log(`\n--${count}-- ${item.title}\n${item.description}\n${item.href}\n`)
}));
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc