Socket
Socket
Sign inDemoInstall

debounce-promise

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debounce-promise - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

example.js

3

package.json
{
"name": "debounce-promise",
"version": "3.0.0",
"version": "3.0.1",
"description": "Create a debounced version of a promise returning function",
"main": "dist/index",
"runkitExampleFilename": "./example.js",
"scripts": {

@@ -7,0 +8,0 @@ "test": "tap --node-arg -r --node-arg babel-register --node-arg -r --node-arg babel-polyfill test && npm run lint",

@@ -58,5 +58,5 @@ # debounce-promise

//=> call no #1
//=> call no #1
//=> call no #1
//=> call no #1
//=> call no #4
//=> call no #4
//=> call no #4
```

@@ -63,0 +63,0 @@

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