New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

debounce-execution

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debounce-execution - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

3

package.json
{
"name": "debounce-execution",
"version": "1.0.8",
"version": "1.0.9",
"description": "Debounce will collapse multiple requests (if any) for a named task into one invocation which will execute after the given wait time has passed.",
"main": "debounce.js",
"jsnext:main": "native.js",
"scripts": {

@@ -7,0 +8,0 @@ "build:es5": "NODE_ENV=production rollup -c rollup.dist.config.js -o debounce.js",

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