New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bolttech/atoms-segmented-control

Package Overview
Dependencies
Maintainers
8
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bolttech/atoms-segmented-control - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

6

package.json
{
"name": "@bolttech/atoms-segmented-control",
"version": "0.13.0",
"version": "0.14.0",
"main": "./index.cjs",

@@ -8,4 +8,6 @@ "type": "commonjs",

"dependencies": {
"@bolttech/default-theme": "0.0.1",
"@bolttech/form-engine": "0.5.0",
"@bolttech/frontend-foundations": "0.0.1",
"@bolttech/ui-utils": "0.1.1",
"@edirect/frontend-foundations": "0.0.79",
"react": "18.2.0",

@@ -12,0 +14,0 @@ "styled-components": "5.3.6"

@@ -20,3 +20,3 @@ # SegmentedControl Component

```bash
npm install @edirect/frontend-foundations @bolttech/atoms-segmented-control
npm install @bolttech/frontend-foundations @bolttech/atoms-segmented-control
```

@@ -27,3 +27,3 @@

```bash
yarn add @edirect/frontend-foundations @bolttech/atoms-segmented-control
yarn add @bolttech/frontend-foundations @bolttech/atoms-segmented-control
```

@@ -42,3 +42,3 @@

import { SegmentedControl } from '@bolttech/atoms-segmented-control';
import { bolttechTheme, BolttechThemeProvider } from '@edirect/frontend-foundations';
import { bolttechTheme, BolttechThemeProvider } from '@bolttech/frontend-foundations';

@@ -45,0 +45,0 @@ function App() {

export * from './lib/atoms-segmented-control';
export * from './lib/atoms-segmented-control.type';
export type * from './lib/atoms-segmented-control.type';
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