New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

website-scraper

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

website-scraper - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

10

package.json
{
"name": "website-scraper",
"version": "4.0.0",
"version": "4.0.1",
"description": "Download website to a local directory (including all css, images, js, etc.)",

@@ -44,5 +44,5 @@ "readmeFilename": "README.md",

"normalize-url": "^4.0.0",
"p-queue": "^3.0.0",
"p-queue": "^5.0.0",
"request": "^2.85.0",
"srcset": "^1.0.0"
"srcset": "^2.0.0"
},

@@ -53,5 +53,5 @@ "devDependencies": {

"eslint": "^5.6.0",
"mocha": "^5.0.0",
"mocha": "^6.0.0",
"nock": "^10.0.0",
"nyc": "^13.0.1",
"nyc": "^14.0.0",
"proxyquire": "^2.0.0",

@@ -58,0 +58,0 @@ "should": "^13.0.0",

@@ -12,3 +12,3 @@ [![Version](https://img.shields.io/npm/v/website-scraper.svg?style=flat)](https://www.npmjs.org/package/website-scraper)

[Options](#usage) | [Plugins](#plugins) | [Log and debug](#log-and-debug) | [Contributing](https://github.com/website-scraper/node-website-scraper/blob/master/CONTRIBUTING.md) | [Code of Conduct](https://github.com/website-scraper/node-website-scraper/blob/master/CODE_OF_CONDUCT.md)
[Options](#usage) | [Plugins](#plugins) | [Log and debug](#log-and-debug) | [Frequently Asked Questions](https://github.com/website-scraper/node-website-scraper/blob/master/docs/FAQ.md) | [Contributing](https://github.com/website-scraper/node-website-scraper/blob/master/CONTRIBUTING.md) | [Code of Conduct](https://github.com/website-scraper/node-website-scraper/blob/master/CODE_OF_CONDUCT.md)

@@ -20,3 +20,3 @@

**Note:** by default dynamic websites (where content is loaded by js) may be saved not correctly because `website-scraper` doesn't execute js, it only parses http responses for html and css files. If you need to download dynamic website take a look on [website-scraper-phantom](https://github.com/website-scraper/node-website-scraper-phantom).
**Note:** by default dynamic websites (where content is loaded by js) may be saved not correctly because `website-scraper` doesn't execute js, it only parses http responses for html and css files. If you need to download dynamic website take a look on [website-scraper-puppeteer](https://github.com/website-scraper/website-scraper-puppeteer) or [website-scraper-phantom](https://github.com/website-scraper/node-website-scraper-phantom).

@@ -23,0 +23,0 @@ ## Requirements

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