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

debounce

Package Overview
Dependencies
Maintainers
27
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debounce - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

CONTRIBUTORS

2

component.json

@@ -5,3 +5,3 @@ {

"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",

@@ -8,0 +8,0 @@ "scripts": [

1.2.1 / 2021-03-09
==================
* Add CONTRIBUTORS and MIT LICENSE file. (#28)
1.2.0 / 2018-08-14

@@ -3,0 +8,0 @@ ==================

{
"name": "debounce",
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
"version": "1.2.0",
"version": "1.2.1",
"repository": "git://github.com/component/debounce",

@@ -6,0 +6,0 @@ "main": "index.js",

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