@aesthetic/utils
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -11,3 +11,5 @@ // Bundled with Packemon: https://packemon.dev | ||
const length = array.length; | ||
const { | ||
length | ||
} = array; | ||
let i = 0; | ||
@@ -23,3 +25,5 @@ | ||
function arrayReduce(array, callback, initialValue = '') { | ||
const length = array.length; | ||
const { | ||
length | ||
} = array; | ||
let value = initialValue; | ||
@@ -26,0 +30,0 @@ let i = 0; |
@@ -26,3 +26,5 @@ // Bundled with Packemon: https://packemon.dev | ||
const length = array.length; | ||
const { | ||
length | ||
} = array; | ||
let i = 0; | ||
@@ -38,3 +40,5 @@ | ||
function arrayReduce(array, callback, initialValue = '') { | ||
const length = array.length; | ||
const { | ||
length | ||
} = array; | ||
let value = initialValue; | ||
@@ -41,0 +45,0 @@ let i = 0; |
{ | ||
"name": "@aesthetic/utils", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Utility functions for Aesthetic.", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "864068a1c3e4f6562bc2f920bca3de52d47bc19b" | ||
"gitHead": "171d7f79a70658036a8b945c2a004d6fa802f5c2" | ||
} |
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
31942
637