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

rssspider

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rssspider - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

6

lib/rss.js

@@ -109,3 +109,3 @@ /**

return new Promise(function (resolve, reject) {
var rss;
var rss, encoding;
var req = request(url, {

@@ -119,3 +119,3 @@ timeout: 10000,

'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36'
)
);
req.setHeader('accept', 'text/html,application/xhtml+xml');

@@ -211,3 +211,3 @@ var feedparser = new FeedParser();

fetchRss: fetchRss,
siteInfo: siteInfo,
siteInfo: siteInfo
//fetchAllContent: fetchAllContent,

@@ -214,0 +214,0 @@ //getCleanBody: getCleanBody,

{
"name": "rssspider",
"version": "1.4.1",
"version": "1.4.2",
"author": "Liu Xing <shanelau1021@gmail.com> (http://kissliux.github.io)",

@@ -5,0 +5,0 @@ "description": "The simplest way to use rssspide to fetch rss list and site info. Fetch post'content ,give clean view to you. ",

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