@instructure/debounce
Advanced tools
Comparing version 10.2.3-snapshot-9 to 10.3.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [10.2.3-snapshot-9](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.2.3-snapshot-9) (2024-10-01) | ||
# [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/debounce |
@@ -66,3 +66,3 @@ /* | ||
const leading = !!options.leading; | ||
const maxing = ('maxWait' in options); | ||
const maxing = 'maxWait' in options; | ||
const trailing = 'trailing' in options ? !!options.trailing : true; | ||
@@ -69,0 +69,0 @@ const maxWait = maxing ? Math.max(+!options.maxWait || 0, wait) : 0; |
@@ -73,3 +73,3 @@ "use strict"; | ||
const leading = !!options.leading; | ||
const maxing = ('maxWait' in options); | ||
const maxing = 'maxWait' in options; | ||
const trailing = 'trailing' in options ? !!options.trailing : true; | ||
@@ -76,0 +76,0 @@ const maxWait = maxing ? Math.max(+!options.maxWait || 0, wait) : 0; |
{ | ||
"name": "@instructure/debounce", | ||
"version": "10.2.3-snapshot-9", | ||
"version": "10.3.0", | ||
"description": "A debounce util made by Instructure Inc.", | ||
@@ -25,6 +25,6 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "10.2.3-snapshot-9" | ||
"@instructure/ui-babel-preset": "10.3.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.5" | ||
"@babel/runtime": "^7.25.6" | ||
}, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
146058
15206
0
33
296
Updated@babel/runtime@^7.25.6