Socket
Socket
Sign inDemoInstall

@chakra-ui/tabs

Package Overview
Dependencies
Maintainers
3
Versions
460
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/tabs - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

3

dist/index.cjs.js

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

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

@@ -230,2 +230,3 @@

const children = validChildren.map((child, index) => (0, import_react2.createElement)(TabPanelProvider, {
key: index,
value: {

@@ -232,0 +233,0 @@ isSelected: index === selectedIndex,

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

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

@@ -194,2 +194,3 @@

const children = validChildren.map((child, index) => createElement(TabPanelProvider, {
key: index,
value: {

@@ -196,0 +197,0 @@ isSelected: index === selectedIndex,

{
"name": "@chakra-ui/tabs",
"version": "2.1.0",
"version": "2.1.1",
"description": "Accessible Tabs component for React and Chakra UI",

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

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

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

"@chakra-ui/clickable": "2.0.9",
"@chakra-ui/descendant": "3.0.8",
"@chakra-ui/descendant": "3.0.9",
"@chakra-ui/react-context": "2.0.3",

@@ -58,3 +58,3 @@ "@chakra-ui/react-use-safe-layout-effect": "2.0.1",

"@chakra-ui/react-use-interval": "2.0.1",
"@chakra-ui/system": "2.2.7",
"@chakra-ui/system": "2.2.8",
"@chakra-ui/modal": "2.1.7",

@@ -61,0 +61,0 @@ "react": "^18.0.0"

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