given-when-then
Advanced tools
Comparing version 1.3.1-alpha.3 to 1.3.1-alpha.4
@@ -57,7 +57,6 @@ // Generated by CoffeeScript 1.9.2 | ||
proxyOnSelf = function(container, object) { | ||
var j, key, keys, len; | ||
var keys; | ||
keys = Object.keys(object); | ||
for (j = 0, len = keys.length; j < len; j++) { | ||
key = keys[j]; | ||
Object.defineProperty(container, key, { | ||
keys.forEach(function(key) { | ||
return Object.defineProperty(container, key, { | ||
get: function() { | ||
@@ -69,3 +68,3 @@ return object[key]; | ||
}); | ||
} | ||
}); | ||
return keys; | ||
@@ -158,3 +157,3 @@ }; | ||
options: _.extend({}, configOptions, { | ||
proxyResult: proxyResult, | ||
proxyResult: proxyResult != null ? proxyResult : configOptions.proxyResult, | ||
bddIt: (ref = configOptions.bddIt) != null ? ref : bddIt | ||
@@ -161,0 +160,0 @@ }) |
{ | ||
"name": "given-when-then", | ||
"version": "1.3.1-alpha.3", | ||
"version": "1.3.1-alpha.4", | ||
"description": "Given, when, then", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
42547
927