Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

collect-feeds

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collect-feeds - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

lib/find-feed.js

@@ -8,7 +8,8 @@ 'use strict';

const Queue = require('promise-queue');
const queue = new Queue(10, Infinity);
const queue = new Queue(5, Infinity);
const gotOptions = {
headers: {
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:69.0) Gecko/20100101 Firefox/69.0'
}
},
timeout: 10000 // 10s
};

@@ -15,0 +16,0 @@

2

package.json
{
"name": "collect-feeds",
"version": "0.0.4",
"version": "0.0.5",
"description": "A CLI for collect feed URLs.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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