Comparing version 2.2.1 to 2.2.2
@@ -394,4 +394,5 @@ 'use strict'; | ||
Kareem.prototype.merge = function(other) { | ||
var ret = this.clone(); | ||
Kareem.prototype.merge = function(other, clone) { | ||
clone = arguments.length === 1 ? true : clone; | ||
var ret = clone ? this.clone() : ret; | ||
@@ -398,0 +399,0 @@ for (let key of other._pres.keys()) { |
{ | ||
"name": "kareem", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Next-generation take on pre/post function hooks", | ||
@@ -5,0 +5,0 @@ "main": "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
62216
1473