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.5 to 1.0.6

2

get.js

@@ -53,3 +53,3 @@ 'use strict';

if (l === '') l = '[Failed]';
arr.push({title: t, description: c, href: l});
arr.push({title: t, content: c, href: l});
content = content.replace(s, '')

@@ -56,0 +56,0 @@ }

{
"name": "get-rss-atom",
"version": "1.0.5",
"version": "1.0.6",
"description": "Reed feed content from URL and return Array with Objects",

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

@@ -11,3 +11,3 @@ Simple RSS/ATOM feed parser.

title: String,
description: String,
content: String,
href: String

@@ -49,3 +49,3 @@ },

count++;
console.log(`\n--${count}-- ${item.title}\n${item.description}\n${item.href}\n`)
console.log(`\n--${count}-- ${item.title}\n${item.content}\n${item.href}\n`)
}

@@ -52,0 +52,0 @@ )});

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