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.7 to 0.0.8

6

dist/index.d.ts

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

import { FC, SyntheticEvent } from 'react';
import { FC, ReactNode, SyntheticEvent } from 'react';
import { Theme } from '@schrodinger/ui-context';

@@ -12,2 +12,6 @@ export declare enum CheckboxType {

/**
* Checkbox children
*/
children: ReactNode;
/**
* Whether the item is checked. Null indicates an indeterminate value.

@@ -14,0 +18,0 @@ */

8

package.json
{
"name": "@schrodinger/ui-checkbox",
"version": "0.0.7",
"version": "0.0.8",
"description": "description",

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

"devDependencies": {
"@schrodinger/ui-context": "^0.0.7",
"@schrodinger/ui-scripts": "^0.0.7",
"@schrodinger/ui-context": "^0.0.8",
"@schrodinger/ui-scripts": "^0.0.8",
"react": "16.x"

@@ -40,3 +40,3 @@ },

},
"gitHead": "44c5bb008bd4415f35644a18efa8dd23c7f3b0f0"
"gitHead": "c0e43951a40699cc574d3274fb9dff4d483db8a5"
}

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