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

bee-checkbox

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-checkbox - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

build/Checkbox.js

@@ -43,3 +43,4 @@ 'use strict';

colors: 'primary',
clsPrefix: 'u-checkbox'
clsPrefix: 'u-checkbox',
checked: false
};

@@ -75,4 +76,5 @@ var clsPrefix = 'u-checkbox';

children = _props.children,
checked = _props.checked,
clsPrefix = _props.clsPrefix,
others = _objectWithoutProperties(_props, ['disabled', 'colors', 'size', 'className', 'children', 'clsPrefix']);
others = _objectWithoutProperties(_props, ['disabled', 'colors', 'size', 'className', 'children', 'checked', 'clsPrefix']);

@@ -79,0 +81,0 @@ var input = _react2["default"].createElement('input', _extends({}, others, {

{
"name": "bee-checkbox",
"version": "0.1.3",
"version": "0.1.4",
"description": "checkbox ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -17,3 +17,4 @@ import classnames from 'classnames';

colors: 'primary',
clsPrefix: 'u-checkbox'
clsPrefix: 'u-checkbox',
checked:false
};

@@ -41,2 +42,3 @@ const clsPrefix = 'u-checkbox';

children,
checked,
clsPrefix,

@@ -43,0 +45,0 @@ ...others

Sorry, the diff of this file is too big to display

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