Socket
Socket
Sign inDemoInstall

resolve-url-loader

Package Overview
Dependencies
50
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

4

lib/find-file.js

@@ -49,4 +49,4 @@ 'use strict';

// ignore data uris and ensure we are at a valid start path
var absoluteStart = !(/^data\:/.test(uri)) && path.resolve(startPath);
// ignore explicit uris data|http|https and ensure we are at a valid start path
var absoluteStart = !(/^(data|https?):/.test(uri)) && path.resolve(startPath);
if (absoluteStart) {

@@ -53,0 +53,0 @@

{
"name": "resolve-url-loader",
"version": "2.1.0",
"version": "2.1.1",
"description": "Webpack loader that resolves relative paths in url() statements based on the original source file",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc