Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "rssspider", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Liu Xing <shanelau1021@gmail.com> (http://kissliux.github.io)", | ||
@@ -8,6 +8,4 @@ "description": "The simplest way to use rssspide to fetch rss list and site info. Fetch post'content ,give clean view to you. ", | ||
"homepage": "https://github.com/shanelau/rssSpider", | ||
"repository": { | ||
"url": "https://github.com/shanelau/rssSpider" | ||
}, | ||
"main": "index.js", | ||
"repository": {}, | ||
"engines": { | ||
@@ -20,8 +18,8 @@ "node": ">=0.12.x" | ||
"dependencies": { | ||
"bluebird": "^2.10.2", | ||
"bluebird": "^3.1.1", | ||
"event-stream": "^3.3.2", | ||
"feedparser": "^0.19.2", | ||
"feedparser": "^1.1.4", | ||
"iconv-lite": "^0.4.13", | ||
"lodash": "^2.4.1", | ||
"request": "^2.45.0" | ||
"lodash": "^3.10.1", | ||
"request": "^2.67.0" | ||
}, | ||
@@ -28,0 +26,0 @@ "devDependencies": { |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
10806
+ Addedbluebird@3.7.2(transitive)
+ Addedfeedparser@1.1.6(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedbluebird@2.11.0(transitive)
- Removedfeedparser@0.19.2(transitive)
- Removedlodash@2.4.2(transitive)
- Removedresanitize@0.3.0(transitive)
- Removedvalidator@1.5.1(transitive)
Updatedbluebird@^3.1.1
Updatedfeedparser@^1.1.4
Updatedlodash@^3.10.1
Updatedrequest@^2.67.0