Socket
Socket
Sign inDemoInstall

style-loader

Package Overview
Dependencies
Maintainers
10
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

style-loader - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1

10

CHANGELOG.md

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

<a name="0.22.1"></a>
## [0.22.1](https://github.com/webpack-contrib/style-loader/compare/v0.22.0...v0.22.1) (2018-08-08)
### Bug Fixes
* **addStyles:** use `var` instead of `const` (IE fix) ([#338](https://github.com/webpack-contrib/style-loader/issues/338)) ([1ca12ab](https://github.com/webpack-contrib/style-loader/commit/1ca12ab))
<a name="0.22.0"></a>

@@ -7,0 +17,0 @@ # [0.22.0](https://github.com/webpack-contrib/style-loader/compare/v0.21.0...v0.22.0) (2018-08-07)

2

lib/addStyles.js

@@ -212,3 +212,3 @@ /*

if(options.attrs.nonce === undefined) {
const nonce = getNonce();
var nonce = getNonce();
if (nonce) {

@@ -215,0 +215,0 @@ options.attrs.nonce = nonce;

{
"name": "style-loader",
"version": "0.22.0",
"version": "0.22.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc