xprezzo-mixin
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,4 +0,9 @@ | ||
1.1.0 / 2020-10-05 | ||
1.1.1 / 2020-10-17 | ||
================== | ||
* devDepds: mocha to 8.2.0 | ||
1.1.0 / 2020-10-05 | ||
================== | ||
* Update depds | ||
@@ -5,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
function mixin (baseObject) { | ||
module.exports = function (baseObject) { | ||
let nCount, singleArgument, element | ||
@@ -13,3 +13,1 @@ for (nCount = 1; nCount < arguments.length; nCount++) { | ||
} | ||
module.exports = mixin |
{ | ||
"name": "xprezzo-mixin", | ||
"description": "Implementation of setting the prototype of an instianted object", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Ben Ajenoui <info@seohero.io>", | ||
"devDependencies": { | ||
"mocha": "^8.1.3" | ||
"mocha": "8.2.0" | ||
}, | ||
@@ -9,0 +9,0 @@ "keywords": [ |
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
2688
12