@hyurl/utils
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -36,3 +36,3 @@ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
var types = createCommonjsModule(function (module, exports) { | ||
createCommonjsModule(function (module, exports) { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -368,3 +368,3 @@ | ||
} | ||
else if (isLike.isArrayLike(value)) { | ||
else if (isLike.isArrayLike(value, true)) { | ||
if (value.length === 0) { | ||
@@ -371,0 +371,0 @@ return true; |
{ | ||
"name": "@hyurl/utils", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Utility functions of HyURL collection.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -115,4 +115,6 @@ # HyURL Utilities | ||
Yes, this package can be used directly in [Deno](https://deno.land), to use it, | ||
just import it from github: | ||
there are two ways to import: | ||
1. Directly from GitHub (recommended): | ||
```ts | ||
@@ -122,2 +124,8 @@ import * as utils from "https://github.com/hyurl/utils/raw/master/mod.ts"; | ||
2. Via Deno hosting service: | ||
```ts | ||
import * as utils from "https://deno.land/x/hyurl_utils/mod.ts"; | ||
``` | ||
## Unit Test | ||
@@ -124,0 +132,0 @@ |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
144
208712
43
2054
1