Socket
Socket
Sign inDemoInstall

@bolttech/atoms-checkbox

Package Overview
Dependencies
85
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.0 to 0.13.0

5

package.json
{
"name": "@bolttech/atoms-checkbox",
"version": "0.12.0",
"version": "0.13.0",
"main": "./index.cjs",

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

"dependencies": {
"@edirect/frontend-foundations": "0.0.67",
"@bolttech/ui-utils": "0.1.1",
"@edirect/frontend-foundations": "0.0.69",
"react": "18.2.0",

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

3

src/lib/atoms-checkbox.type.d.ts
import { ChangeEventHandler } from 'react';
export interface CheckboxProps {
import { DefaultProps } from '@bolttech/ui-utils';
export interface CheckboxProps extends DefaultProps {
id: string;

@@ -4,0 +5,0 @@ label: string;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc