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

react-bootstrap-toggle

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap-toggle - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

10

package.json
{
"name": "react-bootstrap-toggle",
"version": "2.2.2",
"version": "2.2.3",
"description": "A React version of the bootstrap-toggle without the JQuery dependency",

@@ -44,2 +44,4 @@ "main": "./dist/index.js",

"jest": "^17.0.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.6",

@@ -54,6 +56,8 @@ "react-test-renderer": "^16.0.0",

"classnames": "^2.2.5",
"prop-types": "^15.5.10",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}
}

@@ -76,7 +76,7 @@ ## React-Bootstrap-Toggle

onstyle|string|"primary"|Style of the on toggle. Possible values are `default`, `primary`, `success`, `info`, `warning`, `danger`
onClassName|string|"primary"| additional classname to put on the on button
onClassName|string|*null*| additional classname to put on the on button
offstyle|string|"default"|Style of the off toggle. Possible values are `default`, `primary`, `success`, `info`, `warning`, `danger`
offClassName|string|"primary"| additional classname to put on the off button
offClassName|string|*null*| additional classname to put on the off button
handlestyle|string|"default"|Style of the handle. Possible values are `default`, `primary`, `success`, `info`, `warning`, `danger`
handleClassName|string|"primary"| additional classname to put on the handle button
handleClassName|string|*null*| additional classname to put on the handle button
width|integer|*null*|Sets the width of the toggle. if set to *null*, width will be responsive.

@@ -83,0 +83,0 @@ height|integer|*null*|Sets the height of the toggle. if set to *null*, height will be responsive.

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