Socket
Socket
Sign inDemoInstall

rss-finder

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-finder - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

yarn.lock

5

lib/index.js

@@ -101,6 +101,9 @@ 'use strict';

var canonicalUrl;
got(o.url, o.gotOptions).then(function(res) {
canonicalUrl = res.url;
return htmlParser(res.body, o.feedParserOptions);
}).then(function(res) {
return fixData(res, o.url);
return fixData(res, canonicalUrl);
}).then(function(res) {

@@ -107,0 +110,0 @@ resolve(res);

8

package.json
{
"name": "rss-finder",
"version": "2.0.0",
"version": "2.0.1",
"description": "Find rss feeds url",

@@ -36,8 +36,8 @@ "main": "index.js",

"devDependencies": {
"ava": "^0.15.2",
"ava": "^0.16.0",
"coveralls": "^2.11.11",
"eslint": "^3.0.1",
"eslint-config-mito": "^5.0.0",
"eslint-config-mito": "^6.0.0",
"get-port": "^2.1.0",
"nyc": "^7.0.0",
"nyc": "^8.1.0",
"pify": "^2.3.0",

@@ -44,0 +44,0 @@ "pre-commit": "^1.1.3"

# RSS Finder [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coverage-image]][coverage-url]
Version: **2.0.0**
Version: **2.0.1**

@@ -4,0 +4,0 @@ ## Installation

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