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

@schrodinger/ui-checkbox

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schrodinger/ui-checkbox - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

8

dist/index.d.ts

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

import { FC } from 'react';
import { FC, SyntheticEvent } from 'react';
export declare enum CheckboxType {

@@ -16,7 +16,7 @@ TICK = "tick",

*/
onChange: () => void;
onChange: (event: SyntheticEvent<HTMLElement>) => void;
/**
* Input name value
*/
name: string;
name?: string;
/**

@@ -33,3 +33,3 @@ * Additional CSS classes

*/
type: CheckboxType;
type?: CheckboxType;
}
{
"name": "@schrodinger/ui-checkbox",
"version": "0.0.1",
"version": "0.0.3",
"description": "description",

@@ -29,3 +29,3 @@ "keywords": [],

"devDependencies": {
"@schrodinger/ui-scripts": "^0.0.1",
"@schrodinger/ui-scripts": "^0.0.3",
"react": "16.x"

@@ -32,0 +32,0 @@ },

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