New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hyurl/utils

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyurl/utils - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

4

esm/index.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc