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

rss-braider

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

rss-braider - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

examples/simple.js

@@ -36,4 +36,4 @@ var RssBraider = require('../index'),

// Set logging level (debug, info, warn, err, off)
rss_braider.logger.level('off');
// Set logging level (debug, info, warn, err)
rss_braider.logger.level('info');

@@ -40,0 +40,0 @@ rss_braider.processFeed('simple_test_feed', 'rss', function(err, data){

{
"name": "rss-braider",
"version": "1.1.0",
"version": "1.2.0",
"description": "Braid/aggregate/combine RSS feeds into a single RSS (or JSON) document. Optionally process through specified plugins.",

@@ -35,14 +35,14 @@ "main": "index.js",

"dependencies": {
"async": "^1.2.1",
"async": "^2.1.5",
"bunyan": "^1.4.0",
"feedparser": "^1.1.3",
"include-folder": "^0.9.0",
"lodash": "^3.9.3",
"feedparser": "^2.1.0",
"include-folder": "^1.0.0",
"lodash": "^4.17.4",
"request": "^2.57.0",
"rss": "git://github.com/rv-kip/node-rss.git#8d1420"
"rss": "1.2.0"
},
"devDependencies": {
"mockdate": "^1.0.3",
"mockdate": "^2.0.1",
"tape": "^4.0.0"
}
}
[![Build Status](https://travis-ci.org/KQED/rss-braider.svg?branch=master)](https://travis-ci.org/KQED/rss-braider)
[![Dependencies](https://david-dm.org/rKQED/rss-braider.svg?branch=master)](https://david-dm.org/KQED/rss-braider)
## Summary

@@ -11,3 +13,6 @@ Braid/aggregate one or more RSS feeds (file or url) into a single feed (RSS or JSON output). Process resulting feed through specified plugins. Automatic deduplication

## Test
`npm test`
```
npm install
npm test
```

@@ -18,3 +23,3 @@ ## Examples

$ node simple.js (combines 3 sources)
$ node plugins.js (combines 3 sources and runs a transformation plugin)
$ node use_plugins.js (combines 3 sources and runs a transformation plugin)
```

@@ -21,0 +26,0 @@ ### Code Example

@@ -26,3 +26,2 @@ var test = require('tape'),

t.equal(data, expectedOutput.fileFeedOutput);
});

@@ -29,0 +28,0 @@ });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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