Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-loader

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-loader - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

1

index.js

@@ -36,2 +36,3 @@ /*

var match = /^%CSSURL\[%(.*?)%\]CSSURL%$/.exec(str);
if(/^data:|^https?:\/\//.test(match[1])) return match[1];
var idx = match[1].indexOf("?");

@@ -38,0 +39,0 @@ if(idx < 0) idx = match[1].indexOf("#");

2

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

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

@@ -16,2 +16,6 @@ # css loader for webpack

To be combatible to existing css files:
* `url(image.png)` => `require("./image.png")`
* `url(~module/image.png)` => `require("module/image.png")`
### Example config

@@ -18,0 +22,0 @@

Sorry, the diff of this file is not supported yet

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