Socket
Socket
Sign inDemoInstall

rss-finder

Package Overview
Dependencies
62
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.0.6

4

lib/index.js

@@ -10,3 +10,5 @@ 'use strict';

var defaults = {
gotOptions: {},
gotOptions: {
timeout: 30000 // 30s
},
feedParserOptions: {}

@@ -13,0 +15,0 @@ };

{
"name": "rss-finder",
"version": "2.0.5",
"version": "2.0.6",
"description": "Find rss feeds url",

@@ -28,5 +28,5 @@ "main": "index.js",

"dependencies": {
"extend": "^3.0.1",
"extend": "^3.0.2",
"feedparser": "^2.2.9",
"got": "^8.3.0",
"got": "^8.3.2",
"htmlparser2": "^3.9.2",

@@ -38,7 +38,7 @@ "pinkie-promise": "^2.0.1"

"ava": "^0.25.0",
"coveralls": "^3.0.0",
"eslint": "^4.18.2",
"coveralls": "^3.0.2",
"eslint": "^5.2.0",
"eslint-config-mito": "^8.0.0",
"get-port": "^3.2.0",
"nyc": "^11.6.0",
"get-port": "^4.0.0",
"nyc": "^12.0.2",
"pify": "^3.0.0",

@@ -45,0 +45,0 @@ "pre-commit": "^1.2.2"

# 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.5**
Version: **2.0.6**

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

Sorry, the diff of this file is not supported yet

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