given-when-then
Advanced tools
Comparing version 1.3.4-alpha to 1.3.5-alpha
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.2 | ||
// Generated by CoffeeScript 1.9.3 | ||
(function() { | ||
@@ -58,3 +58,3 @@ var I, Keyword, Q, Result, _, assert, buildGwt, clearObjectProperties, hasNestedResults, hideAttributes, proxyOnSelf, uuid, withContext, | ||
var keys; | ||
keys = Object.keys(object); | ||
keys = Object.keys(object || {}); | ||
keys.forEach(function(key) { | ||
@@ -61,0 +61,0 @@ return Object.defineProperty(container, key, { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.2 | ||
// Generated by CoffeeScript 1.9.3 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var Q, actionMapper, assert, generateActions, generators, playbackActions, runTests, stepActionGenerator; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.2 | ||
// Generated by CoffeeScript 1.9.3 | ||
(function() { | ||
@@ -3,0 +3,0 @@ module.exports = require('./v1'); |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.2 | ||
// Generated by CoffeeScript 1.9.3 | ||
(function() { | ||
@@ -3,0 +3,0 @@ module.exports = require('./common/gwt')({}); |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.2 | ||
// Generated by CoffeeScript 1.9.3 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var _; |
{ | ||
"name": "given-when-then", | ||
"version": "1.3.4-alpha", | ||
"version": "1.3.5-alpha", | ||
"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
42910