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

@github/mini-throttle

Package Overview
Dependencies
Maintainers
15
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/mini-throttle - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@github/mini-throttle",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "repository": "github.com/github/mini-throttle",

@@ -49,3 +49,3 @@ # mini-throttle

| fn() | 1 2 3 4 5 6 7 8 9 10 |
| throttle(fn, 100}) | 1 2 4 6 8 10 |
| throttle(fn, 100) | 1 2 4 6 8 10 |
| throttle(fn, 100, {start: false}) | 2 4 6 8 10 |

@@ -52,0 +52,0 @@ | throttle(fn, 100, {middle: false}) | 1 10 |

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