file-loader
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.10.1"></a> | ||
## [0.10.1](https://github.com/webpack/file-loader/compare/v0.10.0...v0.10.1) (2017-02-25) | ||
### Bug Fixes | ||
* **getOptions:** deprecation warn in loaderUtils ([#129](https://github.com/webpack/file-loader/issues/129)) ([a8358a0](https://github.com/webpack/file-loader/commit/a8358a0)) | ||
<a name="0.10.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.10.0](https://github.com/webpack/file-loader/compare/v0.9.0...v0.10.0) (2017-01-28) |
@@ -11,3 +11,3 @@ /* | ||
var query = loaderUtils.parseQuery(this.query); | ||
var query = loaderUtils.getOptions(this) || {}; | ||
var configKey = query.config || "fileLoader"; | ||
@@ -14,0 +14,0 @@ var options = this.options[configKey] || {}; |
{ | ||
"name": "file-loader", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -10,3 +10,3 @@ "description": "file loader module for webpack", | ||
"dependencies": { | ||
"loader-utils": "~0.2.5" | ||
"loader-utils": "^1.0.2" | ||
}, | ||
@@ -13,0 +13,0 @@ "devDependencies": { |
@@ -127,3 +127,3 @@ [![npm][npm]][npm-url] | ||
#### [MIT](./LICENSE) | ||
MIT | ||
@@ -130,0 +130,0 @@ [npm]: https://img.shields.io/npm/v/file-loader.svg |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9500
0
+ Addedbig.js@5.2.2(transitive)
+ Addedemojis-list@3.0.0(transitive)
+ Addedjson5@1.0.2(transitive)
+ Addedloader-utils@1.4.2(transitive)
+ Addedminimist@1.2.8(transitive)
- Removedbig.js@3.2.0(transitive)
- Removedemojis-list@2.1.0(transitive)
- Removedjson5@0.5.1(transitive)
- Removedloader-utils@0.2.17(transitive)
- Removedobject-assign@4.1.1(transitive)
Updatedloader-utils@^1.0.2