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

a11y-status

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11y-status - npm Package Compare versions

Comparing version 0.0.0-pr706.3 to 0.0.0-pr706.4

2

dist/a11y-status.browser.cjs.js

@@ -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": "0.0.0-pr706.3",
"version": "0.0.0-pr706.4",
"description": "Create a singleton live region for a11y status updates",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status",

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