Comparing version 1.16.2 to 1.16.3
1.16.3 / 2019-11-20 | ||
================== | ||
**fixes** | ||
* [[`cf79437`](http://github.com/node-modules/utility/commit/cf794378d9a567b2acdbe894fb0fe86bb11c8e31)] - fix: do not use ECMAScript6 syntax. (#52) (ULIVZ <<472590061@qq.com>>) | ||
1.16.2 / 2019-11-19 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -22,3 +22,3 @@ 'use strict'; | ||
var type = typeof func; | ||
assert(type === 'function', `The "func" must be a function. Received type "${type}"`); | ||
assert(type === 'function', 'The "func" must be a function. Received type "' + type + '"'); | ||
@@ -25,0 +25,0 @@ cache = cache !== false; |
{ | ||
"name": "utility", | ||
"version": "1.16.2", | ||
"version": "1.16.3", | ||
"description": "A collection of useful utilities.", | ||
@@ -5,0 +5,0 @@ "main": "lib/utility.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
57906