metarhia-common
Advanced tools
Comparing version 0.0.14 to 0.0.15
'use strict'; | ||
const submodules = [ | ||
@@ -5,0 +4,0 @@ 'array', // Arrays manipulations |
@@ -11,13 +11,2 @@ 'use strict'; | ||
) => ds.slice(); | ||
/* TODO: test speed in following implementations: | ||
1. slice() and slice(0) | ||
2. [].concat(arr); | ||
3. following solution: | ||
let result = [], | ||
l1 = ds.length; | ||
for (i = 0; i < l1; i++) { | ||
result.push(ds[i]); | ||
} | ||
return result; | ||
*/ | ||
@@ -24,0 +13,0 @@ const clone = ( |
{ | ||
"name": "metarhia-common", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Metarhia Common Library", |
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
38184
1271