@hyurl/utils
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "@hyurl/utils", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Utility functions of HyURL collection.", | ||
@@ -5,0 +5,0 @@ "main": "libs/index.js", |
@@ -49,3 +49,4 @@ "use strict"; | ||
if (typeof ((_a = process) === null || _a === void 0 ? void 0 : _a.versions) === "object") { | ||
return parseFloat(process.versions.v8 || "0") >= 7.0; | ||
return arr.length <= 10 | ||
|| parseFloat(process.versions.v8 || "0") >= 7.0; | ||
} | ||
@@ -52,0 +53,0 @@ else if (typeof ((_b = navigator) === null || _b === void 0 ? void 0 : _b.userAgent) === "string") { |
Sorry, the diff of this file is not supported yet
53514
831