a11y-status
Advanced tools
Comparing version 1.0.0-pr706.d0b3ea524 to 1.0.0
@@ -45,3 +45,3 @@ 'use strict'; | ||
var cleanupStatus = /*#__PURE__*/throttleDebounce.debounce(500, () => { | ||
var cleanupStatus = throttleDebounce.debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -48,0 +48,0 @@ }); |
@@ -41,3 +41,3 @@ import { debounce } from 'throttle-debounce'; | ||
var cleanupStatus = /*#__PURE__*/debounce(500, () => { | ||
var cleanupStatus = debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -44,0 +44,0 @@ }); |
@@ -45,3 +45,3 @@ 'use strict'; | ||
var cleanupStatus = /*#__PURE__*/throttleDebounce.debounce(500, () => { | ||
var cleanupStatus = throttleDebounce.debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -48,0 +48,0 @@ }); |
@@ -45,3 +45,3 @@ 'use strict'; | ||
var cleanupStatus = /*#__PURE__*/throttleDebounce.debounce(500, () => { | ||
var cleanupStatus = throttleDebounce.debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -48,0 +48,0 @@ }); |
@@ -41,3 +41,3 @@ import { debounce } from 'throttle-debounce'; | ||
var cleanupStatus = /*#__PURE__*/debounce(500, () => { | ||
var cleanupStatus = debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -44,0 +44,0 @@ }); |
{ | ||
"name": "a11y-status", | ||
"version": "1.0.0-pr706.d0b3ea524", | ||
"version": "1.0.0", | ||
"description": "Create a singleton live region for a11y status updates", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status", | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.13", | ||
"@babel/runtime": "^7.13.10", | ||
"@types/throttle-debounce": "^2.1.0", | ||
@@ -36,0 +36,0 @@ "throttle-debounce": "^3.0.1" |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
0
0
12895
12
Updated@babel/runtime@^7.13.10