Socket
Socket
Sign inDemoInstall

css-loader

Package Overview
Dependencies
8
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.7 to 0.6.8

5

index.js

@@ -43,6 +43,9 @@ /*

if(idx < 0) idx = match[1].indexOf("#");
if(idx >= 0) {
if(idx > 0) {
// in cases like url('webfont.eot?#iefix')
var url = JSON.parse("\"" + match[1].substr(0, idx) + "\"");
return "\"+require(" + JSON.stringify(urlToRequire(url)) + ")+\"" + match[1].substr(idx);
} else if(idx === 0) {
// only hash
return match[1];
}

@@ -49,0 +52,0 @@ var url = JSON.parse("\"" + match[1] + "\"");

2

package.json
{
"name": "css-loader",
"version": "0.6.7",
"version": "0.6.8",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "css loader module for webpack",

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