viewmodel
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -348,5 +348,5 @@ var cradle = require('cradle') | ||
extend: function(obj) { | ||
return _.extend(_.clone(this), obj); | ||
return _.extend(_.extend({}, this), obj); | ||
} | ||
}; |
@@ -166,5 +166,5 @@ var _ = require('lodash') | ||
extend: function(obj) { | ||
return _.extend(_.clone(this), obj); | ||
return _.extend(_.extend({}, this), obj); | ||
} | ||
}; |
@@ -174,5 +174,5 @@ var mongo = require('mongodb') | ||
extend: function(obj) { | ||
return _.extend(_.clone(this), obj); | ||
return _.extend(_.extend({}, this), obj); | ||
} | ||
}; |
@@ -160,5 +160,5 @@ var path = require('path') | ||
extend: function(obj) { | ||
return _.extend(_.clone(this), obj); | ||
return _.extend(_.extend({}, this), obj); | ||
} | ||
}; |
{ | ||
"author": "adrai", | ||
"name": "viewmodel", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"private": false, | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": ">= 0.4.2" | ||
"lodash": ">= 0.5.x" | ||
}, | ||
@@ -49,2 +49,11 @@ "devDependencies": { | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adrai/node-viewmodel/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://raw.github.com/adrai/node-viewmodel/master/licence" | ||
} | ||
], | ||
"scripts" : { | ||
@@ -51,0 +60,0 @@ "test" : "mocha" |
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
82131
0
Updatedlodash@>= 0.5.x