Socket
Socket
Sign inDemoInstall

extract-loader

Package Overview
Dependencies
Maintainers
8
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-loader - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

lib/extractLoader.js

26

CHANGELOG.md

@@ -5,28 +5,29 @@ # Change Log

<a name="2.0.0"></a>
# [2.0.0](https://github.com/peerigon/extract-loader/compare/v1.0.2...v2.0.0) (2018-03-19)
<a name="2.0.1"></a>
## [2.0.1](https://github.com/peerigon/extract-loader/compare/v2.0.0...v2.0.1) (2018-03-20)
### Bug Fixes
* TypeError require(...) is not a function ([050f189](https://github.com/peerigon/extract-loader/commit/050f189))
<a name="2.0.0"></a>
# [2.0.0](https://github.com/peerigon/extract-loader/compare/v1.0.2...v2.0.0) (2018-03-19)
### Chores
### Features
* Update development setup ([cf5115c](https://github.com/peerigon/extract-loader/commit/cf5115c))
* Add support for webpack 4 ([77f1a670eea87a7adea05cf66a4d54b2995be0e6](https://github.com/peerigon/extract-loader/commit/77f1a670eea87a7adea05cf66a4d54b2995be0e6))
### Bug Fixes
* TypeError require(...) is not a function ([050f189](https://github.com/peerigon/extract-loader/commit/050f189))
### BREAKING CHANGES
* extract-loader does now officially only support node >= 4. No guarantee for older node versions.
* extract-loader does now officially only support node >= 6. No guarantee for older node versions.
<a name="1.0.2"></a>
<a name="1.0.2"></a>
## [1.0.2](https://github.com/peerigon/extract-loader/compare/v1.0.1...v1.0.2) (2018-01-11)
<a name="1.0.1"></a>
<a name="1.0.1"></a>
## [1.0.1](https://github.com/peerigon/extract-loader/compare/v1.0.0...v1.0.1) (2017-08-19)

@@ -36,5 +37,6 @@

* Fix problems with aliased paths ([f5a1946a7b54ef962e5af56aaf29d318efaabf66](https://github.com/peerigon/extract-loader/commit/f5a1946a7b54ef962e5af56aaf29d318efaabf66))
* Fix problems with aliased paths ([f5a1946a7b54ef962e5af56aaf29d318efaabf66](https://github.com/peerigon/extract-loader/commit/f5a1946a7b54ef962e5af56aaf29d318efaabf66))
<a name="1.0.0"></a>
# [1.0.0](https://github.com/peerigon/extract-loader/compare/v0.1.0...v1.0.0) (2017-05-24)
{
"name": "extract-loader",
"version": "2.0.0",
"version": "2.0.1",
"description": "webpack loader to extract HTML and CSS from the bundle",

@@ -31,3 +31,3 @@ "main": "lib/extractLoader.js",

"engines": {
"node": ">= 4.0.0"
"node": ">= 6.0.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {

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