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

@bolttech/atoms-checkbox

Package Overview
Dependencies
Maintainers
8
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bolttech/atoms-checkbox - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

4

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

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

"dependencies": {
"@edirect/frontend-foundations": "0.0.55",
"@edirect/frontend-foundations": "0.0.56",
"react": "18.2.0",

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

export { Checkbox } from './lib/atoms-checkbox';
export { CheckboxProps } from './lib/atoms-checkbox.type';

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

/// <reference types="react" />
import { CheckboxProps } from './atoms-checkbox.type';
export declare function Checkbox({ id, label, disabled, errorMessage, ref, checked, onChange, onBlur, onFocus, }: CheckboxProps): JSX.Element;
export declare function Checkbox({ id, label, disabled, errorMessage, ref, checked, onChange, onBlur, onFocus, }: CheckboxProps): import("react/jsx-runtime").JSX.Element;

@@ -0,0 +0,0 @@ interface LabelProps {

@@ -0,0 +0,0 @@ import { ChangeEventHandler } from '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