Socket
Socket
Sign inDemoInstall

style-loader

Package Overview
Dependencies
5
Maintainers
6
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.0 to 0.14.1

2

addStyles.js

@@ -252,3 +252,3 @@ /*

*/
const autoFixUrls = options.convertToAbsoluteUrls === undefined && sourceMap;
var autoFixUrls = options.convertToAbsoluteUrls === undefined && sourceMap;

@@ -255,0 +255,0 @@ if (options.convertToAbsoluteUrls || autoFixUrls){

@@ -5,2 +5,12 @@ # Change Log

<a name="0.14.1"></a>
## [0.14.1](https://github.com/webpack/style-loader/compare/v0.14.0...v0.14.1) (2017-03-15)
### Bug Fixes
* syntax error in IE10 and below because of `const` keyword ([#190](https://github.com/webpack/style-loader/issues/190)) ([01080cf](https://github.com/webpack/style-loader/commit/01080cf))
<a name="0.14.0"></a>

@@ -7,0 +17,0 @@ # [0.14.0](https://github.com/webpack/style-loader/compare/v0.13.1...v0.14.0) (2017-03-15)

{
"name": "style-loader",
"version": "0.14.0",
"version": "0.14.1",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "style 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