Socket
Socket
Sign inDemoInstall

@chakra-ui/live-region

Package Overview
Dependencies
3
Maintainers
3
Versions
230
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.9 to 2.0.10

20

package.json
{
"name": "@chakra-ui/live-region",
"version": "2.0.9",
"version": "2.0.10",
"description": "Aria live region for React components",

@@ -19,4 +19,2 @@ "keywords": [

"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [

@@ -31,3 +29,3 @@ "dist"

"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "packages/live-region"
"directory": "packages/components/live-region"
},

@@ -41,7 +39,17 @@ "bugs": {

"devDependencies": {
"react": "^18.0.0"
"react": "^18.0.0",
"clean-package": "2.1.1"
},
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src/index.ts --dts",
"dev": "pnpm build -- --watch",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",

@@ -48,0 +56,0 @@ "typecheck": "tsc --noEmit",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc