Socket
Socket
Sign inDemoInstall

extract-loader

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

7

CHANGELOG.md

@@ -5,8 +5,15 @@ # Change Log

<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>
## [1.0.1](https://github.com/peerigon/extract-loader/compare/v1.0.0...v1.0.1) (2017-08-19)
### Bug Fixes
* 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)

11

lib/extractLoader.js

@@ -67,7 +67,7 @@ "use strict";

// If the required file is the css-loader helper, we just require it with node's require.
// If the required file is a css-loader helper, we just require it with node's require.
// If the required file should be processed by a loader we do not touch it (even if it is a .js file).
if (/^[^!]*css-base\.js$/i.test(resourcePath)) {
// Mark the file as dependency so webpack's watcher is working for css-base.js. Other dependencies
// are automatically added by loadModule() below
if (/^[^!]*node_modules[/\\]css-loader[/\\].*\.js$/i.test(resourcePath)) {
// Mark the file as dependency so webpack's watcher is working for the css-loader helper.
// Other dependencies are automatically added by loadModule() below
_this.addDependency(absPath);

@@ -143,3 +143,4 @@

module: {},
__webpack_public_path__: publicPath };
__webpack_public_path__: publicPath // eslint-disable-line camelcase
};

@@ -146,0 +147,0 @@ script.runInNewContext(sandbox);

{
"name": "extract-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "webpack loader to extract HTML and CSS from the bundle",

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

"rimraf": "^2.5.1",
"standard-version": "^4.3.0",
"style-loader": "^0.18.1",

@@ -55,3 +56,6 @@ "webpack": "^2.6.0"

"loader-utils": "^1.1.0"
}
},
"files": [
"lib"
]
}

Sorry, the diff of this file is not supported yet

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