Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "rosie", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "factory for building JavaScript objects, mostly useful for setting up test data. Inspired by factory_girl", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -241,3 +241,3 @@ /** | ||
options: function(options) { | ||
options = options || {}; | ||
options = Factory.util.extend({}, options || {}); | ||
for (var opt in this.opts) { | ||
@@ -436,4 +436,4 @@ options[opt] = this._optionValue(opt, options); | ||
if (typeof exports != "undefined") { | ||
if (typeof exports !== 'undefined') { | ||
exports.Factory = Factory; | ||
} |
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
17407
0