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

@owlui/switchtoggle

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@owlui/switchtoggle - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

8

package.json
{
"name": "@owlui/switchtoggle",
"version": "0.0.27",
"version": "0.0.28",
"description": "",

@@ -32,7 +32,7 @@ "homepage": "https://github.com/EEBOS/owl-ui/tree/main/packages/switchToggle#readme",

"dependencies": {
"@owlui/lib": "^0.0.27",
"@owlui/typings": "^0.0.27",
"@owlui/lib": "^0.0.28",
"@owlui/typings": "^0.0.28",
"react-bootstrap": "2.4.0"
},
"gitHead": "f3b1d192d174a8e5c6d438fc4de60326b2e32478"
"gitHead": "fd5cd375627db83e329504739b2194d61621c39a"
}

@@ -7,5 +7,13 @@ import * as bs from 'react-bootstrap';

prefix?: string;
inputProps: SwitchProps;
}
export interface SwitchProps {
label: SwitchLabel & bs.FormLabelProps;
control: bs.FormCheckProps;
}
export interface SwitchLabel {
content: string;
}
export type SwitchToggleDefaultProps = SwitchToggleDefaultCommons &
bs.FormCheckProps;

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