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

style-loader

Package Overview
Dependencies
Maintainers
9
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.20.3 to 0.21.0

10

CHANGELOG.md

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

<a name="0.21.0"></a>
# [0.21.0](https://github.com/webpack-contrib/style-loader/compare/v0.20.3...v0.21.0) (2018-04-18)
### Features
* enable tag type configuration ([#316](https://github.com/webpack-contrib/style-loader/issues/316)) ([892cba5](https://github.com/webpack-contrib/style-loader/commit/892cba5))
<a name="0.20.3"></a>

@@ -7,0 +17,0 @@ ## [0.20.3](https://github.com/webpack-contrib/style-loader/compare/v0.20.2...v0.20.3) (2018-03-09)

8

lib/addStyles.js

@@ -204,3 +204,5 @@ /*

options.attrs.type = "text/css";
if(options.attrs.type === undefined) {
options.attrs.type = "text/css";
}

@@ -216,3 +218,5 @@ addAttrs(style, options.attrs);

options.attrs.type = "text/css";
if(options.attrs.type === undefined) {
options.attrs.type = "text/css";
}
options.attrs.rel = "stylesheet";

@@ -219,0 +223,0 @@

{
"name": "style-loader",
"version": "0.20.3",
"version": "0.21.0",
"author": "Tobias Koppers @sokra",

@@ -24,5 +24,7 @@ "description": "style loader module for webpack",

"file-loader": "^1.0.0",
"istanbul": "^0.4.5",
"jsdom": "^9.0.0",
"memory-fs": "^0.4.0",
"mocha": "^4.0.0",
"nsp": "^3.2.1",
"sinon": "^4.0.0",

@@ -34,4 +36,7 @@ "standard-version": "^4.0.0",

"test": "mocha",
"travis:test": "npm t",
"release": "standard-version"
"test:coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"ci:test": "npm run test",
"ci:coverage": "npm run test:coverage",
"release": "standard-version",
"security": "nsp check"
},

@@ -38,0 +43,0 @@ "repository": "https://github.com/webpack-contrib/style-loader.git",

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