Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bolttech/atoms-tab

Package Overview
Dependencies
Maintainers
8
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bolttech/atoms-tab - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

2

package.json
{
"name": "@bolttech/atoms-tab",
"version": "0.3.1",
"version": "0.4.0",
"main": "./index.cjs",

@@ -5,0 +5,0 @@ "type": "commonjs",

export * from './lib/atoms-tab';
export { TabProps } from './lib/atoms-tab.type';

@@ -1,4 +0,3 @@

/// <reference types="react" />
import { TabProps } from './atoms-tab.type';
export declare function Tab({ id, dataTestId, children, value, disabled, ...props }: TabProps): JSX.Element;
export declare function Tab({ id, dataTestId, children, value, disabled, ...props }: TabProps): import("react/jsx-runtime").JSX.Element;
export default Tab;
declare const Tab: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>;
export { Tab };

@@ -0,0 +0,0 @@ /// <reference types="react" />

Sorry, the diff of this file is not supported yet

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