@stamp/arg-over-prop
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -8,6 +8,6 @@ var compose = require('@stamp/compose'); | ||
function initializer(opts, ref) { | ||
if (!opts) return; | ||
var conf = ref.stamp.compose.deepConfiguration; | ||
var keysToAssign = conf && conf.ArgOverProp; | ||
if (!keysToAssign || !keysToAssign.length) return; | ||
opts = opts || {}; | ||
for (var i = 0; i < keysToAssign.length; i++) { | ||
@@ -14,0 +14,0 @@ var key = keysToAssign[i], incomingValue = opts[key]; |
{ | ||
"name": "@stamp/arg-over-prop", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Assign properties passed to the stamp factory", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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