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.14 to 0.1.20

useThrottle.d.ts

4

index.d.ts

@@ -23,6 +23,6 @@ export * from "./types";

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

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

exports.spilt = spilt_1.default;
const throttle_1 = require("./throttle");
exports.throttle = throttle_1.default;
const timestamp_1 = require("./timestamp");

@@ -54,2 +52,4 @@ exports.timestamp = timestamp_1.default;

exports.until = until_1.default;
const useThrottle_1 = require("./useThrottle");
exports.useThrottle = useThrottle_1.default;
//# sourceMappingURL=index.js.map
{
"name": "@hyurl/utils",
"version": "0.1.14",
"version": "0.1.20",
"description": "Utility functions of HyURL collection.",

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

@@ -29,6 +29,6 @@ # HyURL Utilities

- `split`[.ts](https://github.com/hyurl/split-any/blob/master/index.d.ts)
- `throttle`[.ts](./src/throttle.ts)
- `timestamp`[.ts](./src/timestamp.ts)
- `typeOf`[.ts](./src/typeOf.ts)
- `until`[.ts](./src/until.ts)
- `useThrottle`[.ts](./src/useThrottle.ts)

@@ -35,0 +35,0 @@ ## Import

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