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

css-hot-loader

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-hot-loader - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

History.md

@@ -0,1 +1,5 @@

### 1.4.1 2018-07-26
- fix: css module reload issue [#47](https://github.com/shepherdwind/css-hot-loader/pull/47) fix by [@keegan-lillo](https://github.com/keegan-lillo)
### 1.4.0 2018-07-11

@@ -2,0 +6,0 @@

1

loader.js

@@ -19,5 +19,4 @@ const path = require('path');

module.hot.dispose(cssReload);
module.hot.accept(undefined, cssReload);
}
`;
};
{
"name": "css-hot-loader",
"version": "1.4.0",
"version": "1.4.1",
"description": "css hot reload work with extract-text-webpack-plugin",

@@ -5,0 +5,0 @@ "main": "index.js",

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