Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fastkit/debounce

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/debounce - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

2

dist/debounce.d.ts

@@ -62,2 +62,2 @@ type AnyFunction = (...args: any[]) => any;

export { DEFAULT_DEBOUNCE_DELAY, DebounceOptions, DebounceSettings, Debounced, debounce, resolveDebounceSettings };
export { DEFAULT_DEBOUNCE_DELAY, type DebounceOptions, type DebounceSettings, type Debounced, debounce, resolveDebounceSettings };
{
"name": "@fastkit/debounce",
"version": "0.1.2",
"version": "0.2.0",
"description": "debounce",

@@ -23,11 +23,2 @@ "keywords": [],

},
"main": "./dist/debounce.mjs",
"types": "./dist/debounce.d.ts",
"typesVersions": {
"*": {
".": [
"./dist/debounce.d.ts"
]
}
},
"files": [

@@ -34,0 +25,0 @@ "dist"

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