🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

time-loom

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

time-loom - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+2
dist/index.d.ts
export * from './utils/debounce';
export * from './utils/throttle';
export type AnyFunction = (...args: any[]) => void;
import { AnyFunction } from "../types/types";
export declare const debounce: (func: AnyFunction, delay: number) => AnyFunction;
import { AnyFunction } from "../types/types";
export declare const throttle: (func: AnyFunction, interval: number) => AnyFunction;
+2
-2
{
"name": "time-loom",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "dist/index.js",
"types": "src/index.d.ts",
"types": "dist/index.d.ts",
"files": [

@@ -8,0 +8,0 @@ "dist/**/*"