Socket
Socket
Sign inDemoInstall

css-concat-loader

Package Overview
Dependencies
4
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

4

lib/parse-imports.js

@@ -86,3 +86,3 @@ var Promise = require('es6-promise').Promise;

if (config.resolveUrls) {
return source.replace(/url\s*\(\s*(['"]?)([^"'\)]*)\1\s*\)/gi, function (m, q, url) {
return source.replace(/url\s*\(\s*(['"]?)((?!\s*data:)[^"'\)]*)\1\s*\)/gi, function (m, q, url) {
var relUrl = resolveUrl(url, config.baseUrl || basePath, config.context);

@@ -104,2 +104,2 @@

return result;
};
};
{
"name": "css-concat-loader",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -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