rss-braider
Advanced tools
Comparing version
@@ -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" | ||
} | ||
} |
[](https://travis-ci.org/KQED/rss-braider) | ||
[](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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
346925
0.05%108
4.85%0
-100%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated