@stamp/init-property
Advanced tools
Comparing version 0.1.7 to 1.0.0
@@ -8,6 +8,6 @@ var compose = require('@stamp/compose'); | ||
for (var i = 0; i < keys.length; i++) { | ||
var key = keys[i]; | ||
if (isStamp(this[key])) { | ||
var key = keys[i], stamp = this[key]; | ||
if (isStamp(stamp)) { | ||
args[0] = opts && opts[key]; | ||
this[key] = this[key].apply(undefined, args); | ||
this[key] = stamp.apply(undefined, args); | ||
} | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@stamp/init-property", | ||
"version": "0.1.7", | ||
"version": "1.0.0", | ||
"description": "Replaces properties which reference stamps with objects created from the stamps", | ||
@@ -13,5 +13,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@stamp/compose": "^0.1.6", | ||
"@stamp/compose": "^1.0.0", | ||
"@stamp/is": "^0.1.2" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5002
1
+ Added@stamp/compose@1.0.2(transitive)
+ Added@stamp/core@1.0.1(transitive)
- Removed@stamp/compose@0.1.6(transitive)
- Removed@stamp/core@0.1.2(transitive)
Updated@stamp/compose@^1.0.0