Socket
Socket
Sign inDemoInstall

@furystack/utils

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/utils - npm Package Compare versions

Comparing version 1.2.33 to 1.2.34

1

dist/debounce.d.ts
/**
* @param method The method that should be debounced
* @param debounceMs The timeout in millisecs
*
* @returns a method that wraps the original one with an async debounce

@@ -6,0 +5,0 @@ */

@@ -7,3 +7,2 @@ "use strict";

* @param debounceMs The timeout in millisecs
*
* @returns a method that wraps the original one with an async debounce

@@ -10,0 +9,0 @@ */

@@ -48,3 +48,2 @@ /**

* @param callback The callback that will be executed asynchrounously before the resource will be disposed
*
* @returns A promise that will be resolved with a return value after the resource is disposed

@@ -51,0 +50,0 @@ */

@@ -49,3 +49,2 @@ "use strict";

* @param callback The callback that will be executed asynchrounously before the resource will be disposed
*
* @returns A promise that will be resolved with a return value after the resource is disposed

@@ -52,0 +51,0 @@ */

4

package.json
{
"name": "@furystack/utils",
"version": "1.2.33",
"version": "1.2.34",
"description": "General utilities",

@@ -39,3 +39,3 @@ "main": "dist/index.js",

},
"gitHead": "706446a7eed9f8c8bd4f2a1a58a1b6731b6bc5bf"
"gitHead": "3c3849777dbda6c928accc665fd7cc89fe2e4727"
}
/**
* @param method The method that should be debounced
* @param debounceMs The timeout in millisecs
*
* @returns a method that wraps the original one with an async debounce

@@ -6,0 +5,0 @@ */

@@ -57,3 +57,2 @@ /**

* @param callback The callback that will be executed asynchrounously before the resource will be disposed
*
* @returns A promise that will be resolved with a return value after the resource is disposed

@@ -60,0 +59,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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