website-scraper
Advanced tools
Comparing version 3.3.2 to 3.3.3
{ | ||
"name": "website-scraper", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "Download website to a local directory (including all css, images, js, etc.)", | ||
@@ -40,8 +40,8 @@ "readmeFilename": "README.md", | ||
"debug": "^3.1.0", | ||
"fs-extra": "^4.0.0", | ||
"fs-extra": "^5.0.0", | ||
"he": "^1.1.0", | ||
"lodash": "^4.11.1", | ||
"normalize-url": "^1.5.3", | ||
"lodash": "^4.17.5", | ||
"normalize-url": "^2.0.0", | ||
"p-queue": "^2.1.0", | ||
"request": "^2.81.0", | ||
"request": "^2.85.0", | ||
"srcset": "^1.0.0" | ||
@@ -54,7 +54,7 @@ }, | ||
"istanbul": "^0.4.0", | ||
"mocha": "^4.0.0", | ||
"mocha": "^5.0.0", | ||
"nock": "^9.0.2", | ||
"proxyquire": "^1.7.3", | ||
"proxyquire": "^2.0.0", | ||
"should": "^13.0.0", | ||
"sinon": "^4.0.0" | ||
"sinon": "^5.0.1" | ||
}, | ||
@@ -61,0 +61,0 @@ "files": [ |
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedfs-extra@5.0.0(transitive)
+ Addednormalize-url@2.0.1(transitive)
+ Addedprepend-http@2.0.0(transitive)
+ Addedquery-string@5.1.1(transitive)
+ Addedsort-keys@2.0.0(transitive)
- Removedfs-extra@4.0.3(transitive)
- Removednormalize-url@1.9.1(transitive)
- Removedprepend-http@1.0.4(transitive)
- Removedquery-string@4.3.4(transitive)
- Removedsort-keys@1.1.2(transitive)
Updatedfs-extra@^5.0.0
Updatedlodash@^4.17.5
Updatednormalize-url@^2.0.0
Updatedrequest@^2.85.0