Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

style-loader

Package Overview
Dependencies
82
Maintainers
8
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

7

CHANGELOG.md

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

### [1.1.1](https://github.com/webpack-contrib/style-loader/compare/v1.1.0...v1.1.1) (2019-12-20)
### Bug Fixes
* add empty default export for `linkTag` value ([7ee8b04](https://github.com/webpack-contrib/style-loader/commit/7ee8b04fd519847cef93052c31efa0d0012ed54e))
## [1.1.0](https://github.com/webpack-contrib/style-loader/compare/v1.0.2...v1.1.0) (2019-12-20)

@@ -7,0 +14,0 @@

13

dist/index.js

@@ -63,3 +63,5 @@ "use strict";

${hmrCode}`;
${hmrCode}
${esModule ? `export default {}` : ''}`;
}

@@ -135,6 +137,5 @@

${esModule ? 'export default' : 'module.exports ='} exported;
${hmrCode}
${hmrCode}
`;
${esModule ? 'export default' : 'module.exports ='} exported;`;
}

@@ -191,5 +192,5 @@

${esModule ? 'export default' : 'module.exports ='} exported;
${hmrCode}
${hmrCode}`;
${esModule ? 'export default' : 'module.exports ='} exported;`;
}

@@ -196,0 +197,0 @@ }

{
"name": "style-loader",
"version": "1.1.0",
"version": "1.1.1",
"description": "style loader module for webpack",

@@ -5,0 +5,0 @@ "license": "MIT",

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