Socket
Socket
Sign inDemoInstall

@chakra-ui/skip-nav

Package Overview
Dependencies
102
Maintainers
3
Versions
403
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

2

dist/index.cjs.js

@@ -31,3 +31,3 @@ "use strict";

// ../../react-shim.js
// ../../../react-shim.js
var import_react = __toESM(require("react"));

@@ -34,0 +34,0 @@

@@ -8,2 +8,4 @@ import * as _chakra_ui_system from '@chakra-ui/system';

* Renders a link that remains hidden until focused to skip to the main content.
*
* @see Docs https://chakra-ui.com/docs/components/skip-nav
*/

@@ -14,3 +16,5 @@ declare const SkipNavLink: _chakra_ui_system.ComponentWithAs<"a", SkipNavLinkProps>;

/**
* Renders a div as the target for the link.
* Renders a div as the target for the `SkipNavLink`.
*
* @see Docs https://chakra-ui.com/docs/components/skip-nav
*/

@@ -17,0 +21,0 @@ declare const SkipNavContent: _chakra_ui_system.ComponentWithAs<"div", SkipNavContentProps>;

@@ -1,2 +0,2 @@

// ../../react-shim.js
// ../../../react-shim.js
import React from "react";

@@ -3,0 +3,0 @@

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

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

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

@@ -39,3 +39,3 @@ "bugs": {

"devDependencies": {
"@chakra-ui/system": "2.2.7",
"@chakra-ui/system": "2.2.10",
"react": "^18.0.0"

@@ -42,0 +42,0 @@ },

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