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.1.9 to 0.1.10

omitVoid.d.ts

3

index.d.ts

@@ -13,2 +13,3 @@ export * from "./types";

import omit from "./omit";
import omitVoid from "./omitVoid";
import pick from "./pick";

@@ -21,2 +22,2 @@ import sleep from "./sleep";

import until from "./until";
export { count, ensureType, getGlobal, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, omit, pick, sleep, spilt, throttle, timestamp, typeOf, until };
export { count, ensureType, getGlobal, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, omit, omitVoid, pick, sleep, spilt, throttle, timestamp, typeOf, until };

@@ -25,2 +25,4 @@ "use strict";

exports.omit = omit_1.default;
const omitVoid_1 = require("./omitVoid");
exports.omitVoid = omitVoid_1.default;
const pick_1 = require("./pick");

@@ -27,0 +29,0 @@ exports.pick = pick_1.default;

{
"name": "@hyurl/utils",
"version": "0.1.9",
"version": "0.1.10",
"description": "Utility functions of HyURL collection.",

@@ -5,0 +5,0 @@ "main": "libs/index.js",

@@ -19,2 +19,3 @@ # HyURL Utilities

- `omit`[.ts](./src/omit.ts)
- `omitVoid`[.ts](./src/omitVoid.ts)
- `pick`[.ts](./src/pick.ts)

@@ -21,0 +22,0 @@ - `sleep`[.ts](./src/sleep.ts)

Sorry, the diff of this file is not supported yet

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