Socket
Socket
Sign inDemoInstall

@chakra-ui/skip-nav

Package Overview
Dependencies
Maintainers
3
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/skip-nav - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

20

package.json
{
"name": "@chakra-ui/skip-nav",
"version": "2.0.10",
"version": "2.0.11",
"description": "Skip navigation links for screen reader and keyboard users",

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

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

@@ -39,4 +37,5 @@ "dist"

"devDependencies": {
"@chakra-ui/system": "2.2.10",
"react": "^18.0.0"
"@chakra-ui/system": "2.2.12",
"react": "^18.0.0",
"clean-package": "2.1.1"
},

@@ -47,5 +46,14 @@ "peerDependencies": {

},
"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": "JSX=1 tsup src/index.ts --dts",
"dev": "pnpm build -- --watch",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",

@@ -52,0 +60,0 @@ "typecheck": "tsc --noEmit",

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