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

@tradeshift/elements.checkbox

Package Overview
Dependencies
Maintainers
8
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tradeshift/elements.checkbox - npm Package Compare versions

Comparing version 0.40.0 to 0.40.1

6

package.json
{
"name": "@tradeshift/elements.checkbox",
"version": "0.40.0",
"version": "0.40.1",
"repository": {

@@ -18,6 +18,6 @@ "type": "git",

"dependencies": {
"@tradeshift/elements": "^0.40.0"
"@tradeshift/elements": "^0.40.1"
},
"src": "src/checkbox.js",
"gitHead": "95eb701d1139386b893ad0ed34acb72284339732"
"gitHead": "883a0bbd69d7e4e1948084cd9300c4b81e40bacd"
}
export interface TSCheckboxHTMLAttributes {
/** css class name. Use it instead of "className" */
class?: string;
/** Name of checkbox */

@@ -15,9 +17,9 @@ name?: string;

/** Status of checkbox */
checked?: boolean;
checked?: boolean | 'true' | 'false';
/** disabled */
disabled?: boolean;
disabled?: boolean | 'true' | 'false';
/** readonly, user can't change the value like disabled, but with different styling */
readonly?: boolean;
readonly?: boolean | 'true' | 'false';

@@ -24,0 +26,0 @@ }

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