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 1.2.12 to 1.2.13

2

lib/react-bootstrap-toggle.js

@@ -85,5 +85,3 @@ 'use strict';

var width = Math.max(getWidth(on), getWidth(off));
console.log(width);
var height = Math.max(getHeight(on), getHeight(off));
console.log(this.refs.switcher.offsetHeight);
this.setState({ width: this.props.width || width, height: this.props.height || height });

@@ -90,0 +88,0 @@ }

2

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

@@ -5,0 +5,0 @@ "main": "./lib/react-bootstrap-toggle.js",

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