Socket
Socket
Sign inDemoInstall

@chakra-ui/live-region

Package Overview
Dependencies
Maintainers
4
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/live-region - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

CHANGELOG.md
# Change Log
## 1.0.2
### Patch Changes
- Updated dependencies
[[`e73878ee`](https://github.com/chakra-ui/chakra-ui/commit/e73878ee686c11d3f94ad6ac61b19ae9508d75a5)]:
- @chakra-ui/utils@1.0.2
## 1.0.1

@@ -4,0 +12,0 @@

6

dist/esm/use-live-region.js

@@ -5,6 +5,4 @@ import * as React from "react";

var [liveRegion] = React.useState(() => new LiveRegion(options));
React.useEffect(() => {
return () => {
liveRegion.destroy();
};
React.useEffect(() => () => {
liveRegion.destroy();
}, [liveRegion]);

@@ -11,0 +9,0 @@ return liveRegion;

{
"name": "@chakra-ui/live-region",
"version": "1.0.1",
"version": "1.0.2",
"description": "Aria live region for React components",

@@ -56,3 +56,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.0.1"
"@chakra-ui/utils": "1.0.2"
},

@@ -59,0 +59,0 @@ "peerDependencies": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc