array-reduce-x
Advanced tools
Comparing version 3.0.14 to 3.0.15
@@ -5,9 +5,9 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-27T08:59:33.573Z", | ||
"date": "2019-07-27T14:53:32.572Z", | ||
"describe": "", | ||
"description": "Reduce an array (from left to right) to a single value.", | ||
"file": "array-reduce-x.js", | ||
"hash": "a8937bed973d1b506703", | ||
"hash": "50cbf04e29ee07d547db", | ||
"license": "MIT", | ||
"version": "3.0.14" | ||
"version": "3.0.15" | ||
} | ||
@@ -1326,4 +1326,2 @@ */ | ||
var to_number_x_esm_ERROR_MESSAGE = 'Cannot convert a Symbol value to a number'; | ||
/** @type {NumberConstructor} */ | ||
var to_number_x_esm_castNumber = testCharsCount.constructor; | ||
@@ -1330,0 +1328,0 @@ var pStrSlice = to_number_x_esm_ERROR_MESSAGE.slice; |
@@ -5,9 +5,9 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-27T08:59:33.573Z", | ||
"date": "2019-07-27T14:53:32.572Z", | ||
"describe": "", | ||
"description": "Reduce an array (from left to right) to a single value.", | ||
"file": "array-reduce-x.min.js", | ||
"hash": "081a49fc913f5254338c", | ||
"hash": "b271b50249ffdb617f39", | ||
"license": "MIT", | ||
"version": "3.0.14" | ||
"version": "3.0.15" | ||
} | ||
@@ -14,0 +14,0 @@ */ |
{ | ||
"name": "array-reduce-x", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"description": "Reduce an array (from left to right) to a single value.", | ||
@@ -53,7 +53,7 @@ "homepage": "https://github.com/Xotic750/array-reduce-x", | ||
"dependencies": { | ||
"assert-is-function-x": "^3.0.17", | ||
"attempt-x": "^2.0.21", | ||
"split-if-boxed-bug-x": "^2.0.21", | ||
"to-length-x": "^4.0.23", | ||
"to-object-x": "^2.0.19" | ||
"assert-is-function-x": "^3.0.18", | ||
"attempt-x": "^2.0.22", | ||
"split-if-boxed-bug-x": "^2.0.22", | ||
"to-length-x": "^4.0.25", | ||
"to-object-x": "^2.0.20" | ||
}, | ||
@@ -79,3 +79,3 @@ "devDependencies": { | ||
"babel-plugin-lodash": "^3.3.4", | ||
"caniuse-lite": "^1.0.30000985", | ||
"caniuse-lite": "^1.0.30000986", | ||
"chalk": "^2.4.2", | ||
@@ -82,0 +82,0 @@ "concurrently": "^4.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
225478
1773
Updatedassert-is-function-x@^3.0.18
Updatedattempt-x@^2.0.22
Updatedsplit-if-boxed-bug-x@^2.0.22
Updatedto-length-x@^4.0.25
Updatedto-object-x@^2.0.20