rss-braider
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
108
0
+ Addedabbrev@1.1.1(transitive)
+ Addedaddressparser@1.0.1(transitive)
+ Addedasync@2.6.4(transitive)
+ Addedfeedparser@2.2.10(transitive)
+ Addedfindup-sync@0.1.3(transitive)
+ Addedglob@3.2.11(transitive)
+ Addedgrunt-cli@0.1.13(transitive)
+ Addedinclude-folder@1.0.0(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlodash@2.4.24.17.21(transitive)
+ Addedlodash.assign@4.2.0(transitive)
+ Addedlodash.get@4.4.2(transitive)
+ Addedlodash.has@4.5.2(transitive)
+ Addedlodash.uniq@4.5.0(transitive)
+ Addedlru-cache@2.7.3(transitive)
+ Addedminimatch@0.3.0(transitive)
+ Addedmri@1.2.0(transitive)
+ Addednopt@1.0.10(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedresolve@0.3.1(transitive)
+ Addedrss@1.2.0(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedsigmund@1.0.1(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedxml@1.0.1(transitive)
- Removedaddressparser@0.1.3(transitive)
- Removedasync@1.5.2(transitive)
- Removedfeedparser@1.1.6(transitive)
- Removedinclude-folder@0.9.0(transitive)
- Removedisarray@0.0.1(transitive)
- Removedlodash@3.10.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsax@0.6.1(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updatedasync@^2.1.5
Updatedfeedparser@^2.1.0
Updatedinclude-folder@^1.0.0
Updatedlodash@^4.17.4
Updatedrss@1.2.0