Socket
Socket
Sign inDemoInstall

rss-parser

Package Overview
Dependencies
4
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "rss-parser",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -48,3 +48,3 @@ # rss-parser

console.log(feed.title);
feed.entries.forEach(function(entry) {
feed.items.forEach(function(entry) {
console.log(entry.title + ':' + entry.link);

@@ -110,3 +110,3 @@ })

feed.entries.forEach(function(entry) {
feed.items.forEach(function(entry) {
console.log(entry.coAuthor + ':' + entry.subtitle);

@@ -113,0 +113,0 @@ })

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc