core-functions
Advanced tools
Comparing version 2.0.15 to 2.0.16
{ | ||
"name": "core-functions", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"description": "Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including strings, booleans, Promises, base 64, Arrays, Objects, standard AppErrors, etc.", | ||
@@ -13,3 +13,6 @@ "author": "Byron du Preez", | ||
}, | ||
"devDependencies": { | ||
"tape": "^4.7.0" | ||
}, | ||
"repository": "https://github.com/byron-dupreez/core-functions" | ||
} |
@@ -1,2 +0,2 @@ | ||
# core-functions v2.0.15 | ||
# core-functions v2.0.16 | ||
@@ -106,2 +106,5 @@ Core functions, utilities and classes for working with Node/JavaScript primitives and built-in objects, including | ||
### 2.0.16 | ||
- Moved test devDependencies to package.json & removed test/package.json | ||
### 2.0.15 | ||
@@ -108,0 +111,0 @@ - Backport of `objects` module `copy` function fix for TypeError thrown when `Object.create(o.__proto__)` was invoked & `o.__proto__` was undefined |
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
210
232114
1
24