Socket
Socket
Sign inDemoInstall

style-loader

Package Overview
Dependencies
Maintainers
8
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 1.0.0 to 1.0.1

9

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.0.1](https://github.com/webpack-contrib/style-loader/compare/v1.0.0...v1.0.1) (2019-11-28)
### Bug Fixes
* compatibility `linkTag` with ES module syntax ([#429](https://github.com/webpack-contrib/style-loader/issues/429)) ([2cdb9c3](https://github.com/webpack-contrib/style-loader/commit/2cdb9c3f51edebec69e8b22ff43b520a5e1c679b))
## [1.0.0](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0) (2019-08-06)

@@ -25,3 +32,3 @@

* minimum required Node.js version is `8.9.0`
* minimum require `wepback` version is `4.0.0`
* minimum required `wepback` version is `4.0.0`
* the `convertToAbsoluteUrls` option was removed, you don't need this anymore

@@ -28,0 +35,0 @@ * the `attrs` option was renamed to the `attributes` option

2

dist/runtime/injectStylesIntoLinkTag.js

@@ -41,3 +41,3 @@ "use strict";

link.rel = 'stylesheet';
link.href = url;
link.href = url.__esModule ? url.default : url;
Object.keys(options.attributes).forEach(function (key) {

@@ -44,0 +44,0 @@ link.setAttribute(key, options.attributes[key]);

{
"name": "style-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "style loader module for webpack",

@@ -47,35 +47,35 @@ "license": "MIT",

"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@webpack-contrib/defaults": "^5.0.2",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^24.5.0",
"babel-jest": "^24.9.0",
"commitlint-azure-pipelines-cli": "^1.0.2",
"cross-env": "^5.2.0",
"css-loader": "^3.1.0",
"del": "^5.0.0",
"del-cli": "^2.0.0",
"es-check": "^5.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.16.0",
"file-loader": "^4.1.0",
"husky": "^3.0.1",
"jest": "^24.0.0",
"jest-junit": "^7.0.0",
"jsdom": "^15.1.1",
"lint-staged": "^9.2.1",
"memory-fs": "^0.4.0",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"del": "^5.1.0",
"del-cli": "^3.0.0",
"es-check": "^5.1.0",
"eslint": "^6.7.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"file-loader": "^5.0.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-junit": "^9.0.0",
"jsdom": "^15.2.1",
"lint-staged": "^9.5.0",
"memory-fs": "^0.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"sass": "^1.22.7",
"sass-loader": "^7.1.0",
"prettier": "^1.19.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"semver": "^6.3.0",
"standard-version": "^6.0.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
"standard-version": "^7.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},

@@ -82,0 +82,0 @@ "keywords": [

@@ -23,3 +23,3 @@ <div align="center">

To begin, you'll need to install `css-loader`:
To begin, you'll need to install `style-loader`:

@@ -26,0 +26,0 @@ ```console

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