Socket
Socket
Sign inDemoInstall

@uiw/react-checkbox

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-checkbox - npm Package Compare versions

Comparing version 4.3.1 to 4.4.0

9

lib/cjs/Checkbox.d.ts

@@ -8,6 +8,7 @@ import React from 'react';

}
interface CompoundedComponent extends React.ForwardRefExoticComponent<CheckboxProps> {
declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLInputElement>>;
declare type Checkbox = typeof Checkbox & {
Group: typeof CheckboxGroup;
}
declare const Checkbox: CompoundedComponent;
export default Checkbox;
};
declare const _default: Checkbox;
export default _default;

@@ -36,5 +36,4 @@ "use strict";

});
_Checkbox.default.Group = _Group.CheckboxGroup;
var _default = _Checkbox.default;
exports.default = _default;
//# sourceMappingURL=index.js.map

@@ -8,6 +8,7 @@ import React from 'react';

}
interface CompoundedComponent extends React.ForwardRefExoticComponent<CheckboxProps> {
declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<HTMLInputElement>>;
declare type Checkbox = typeof Checkbox & {
Group: typeof CheckboxGroup;
}
declare const Checkbox: CompoundedComponent;
export default Checkbox;
};
declare const _default: Checkbox;
export default _default;
import Checkbox from './Checkbox';
import { CheckboxGroup } from './Group';
Checkbox.Group = CheckboxGroup;
export * from './Checkbox';

@@ -5,0 +3,0 @@ export * from './Group';

{
"name": "@uiw/react-checkbox",
"version": "4.3.1",
"version": "4.4.0",
"description": "Checkbox component",

@@ -46,4 +46,4 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"dependencies": {
"@uiw/react-radio": "^4.3.1",
"@uiw/utils": "^4.3.1",
"@uiw/react-radio": "^4.4.0",
"@uiw/utils": "^4.4.0",
"classnames": "2.2.6"

@@ -59,3 +59,3 @@ },

},
"gitHead": "f469dd7fc4c211873d65efcc065e2d0de2c64fed"
"gitHead": "efc1f4d8d93eb92af00649e92dd922b3074b0cab"
}
import Checkbox from './Checkbox';
import { CheckboxGroup } from './Group';
Checkbox.Group = CheckboxGroup;
export * from './Checkbox';
export * from './Group';
export default Checkbox;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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