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 0.3.5 to 0.3.6

2

lib/file-handlers/css.js

@@ -18,3 +18,3 @@ var _ = require('underscore');

var relativePath = utils.getRelativePath(filename, loadedResource.getFilename());
text = text.replace(cssUrl, relativePath);
text = text.replace(new RegExp(cssUrl, 'g'), relativePath);
return Promise.resolve();

@@ -21,0 +21,0 @@ });

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

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

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