css-modules-require-hook
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -12,2 +12,6 @@ 'use strict'; | ||
var _lodashAssign = require('lodash.assign'); | ||
var _lodashAssign2 = _interopRequireDefault(_lodashAssign); | ||
var _debug = require('debug'); | ||
@@ -105,3 +109,3 @@ | ||
// https://github.com/postcss/postcss/blob/master/docs/api.md#processorprocesscss-opts | ||
var lazyResult = instance.process(CSSSource, Object.assign(processorOptions, { from: filename })); | ||
var lazyResult = instance.process(CSSSource, (0, _lodashAssign2['default'])(processorOptions, { from: filename })); | ||
@@ -108,0 +112,0 @@ // https://github.com/postcss/postcss/blob/master/docs/api.md#lazywarnings |
{ | ||
"name": "css-modules-require-hook", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "A require hook to compile CSS Modules on the fly", | ||
@@ -13,2 +13,3 @@ "main": "index.js", | ||
"icss-replace-symbols": "^1.0.2", | ||
"lodash.assign": "^3.2.0", | ||
"lodash.foreach": "^3.0.3", | ||
@@ -15,0 +16,0 @@ "lodash.identity": "^3.0.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
19631
15
14
235
+ Addedlodash.assign@^3.2.0
+ Addedlodash._baseassign@3.2.0(transitive)
+ Addedlodash._basecopy@3.0.1(transitive)
+ Addedlodash._createassigner@3.1.1(transitive)
+ Addedlodash._isiterateecall@3.0.9(transitive)
+ Addedlodash.assign@3.2.0(transitive)
+ Addedlodash.restparam@3.6.1(transitive)