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

@furystack/utils

Package Overview
Dependencies
Maintainers
1
Versions
121
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.26 to 1.2.27

2

dist/debounce.js

@@ -18,3 +18,3 @@ "use strict";

method(...args);
clearTimeout(timeout);
timeout !== null && timeout !== void 0 ? timeout : clearTimeout(timeout);
timeout = undefined;

@@ -21,0 +21,0 @@ }, debounceMs);

{
"name": "@furystack/utils",
"version": "1.2.26",
"version": "1.2.27",
"description": "General utilities",

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

},
"gitHead": "066d0507c07772b388b982b1c89d5fd895ee5855"
"gitHead": "76ef2312665f599368992933894e54240dbb5e74"
}

@@ -15,3 +15,3 @@ /**

method(...args)
clearTimeout(timeout as any)
timeout ?? clearTimeout(timeout)
timeout = undefined

@@ -18,0 +18,0 @@ }, debounceMs)

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