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.1 to 2.2.2

11

dist/react-bootstrap-toggle.js

@@ -120,7 +120,7 @@ 'use strict';

onstyle = _props.onstyle,
onstyleClassName = _props.onstyleClassName,
onClassName = _props.onClassName,
offstyle = _props.offstyle,
offstyleClassName = _props.offstyleClassName,
offClassName = _props.offClassName,
handlestyle = _props.handlestyle,
handlestyleClassName = _props.handlestyleClassName,
handleClassName = _props.handleClassName,
style = _props.style,

@@ -133,3 +133,3 @@ on = _props.on,

height = _props.height,
props = _objectWithoutProperties(_props, ['active', 'onClick', 'onstyle', 'onstyleClassName', 'offstyle', 'offstyleClassName', 'handlestyle', 'handlestyleClassName', 'style', 'on', 'off', 'className', 'disabled', 'width', 'height']);
props = _objectWithoutProperties(_props, ['active', 'onClick', 'onstyle', 'onClassName', 'offstyle', 'offClassName', 'handlestyle', 'handleClassName', 'style', 'on', 'off', 'className', 'disabled', 'width', 'height']);

@@ -229,4 +229,7 @@ var sizeClass = this.getSizeClass();

onstyle: 'primary',
onClassName: '',
offstyle: 'default',
offClassName: '',
handlestyle: 'default',
handleClassName: '',
width: '',

@@ -233,0 +236,0 @@ height: '',

{
"name": "react-bootstrap-toggle",
"version": "2.2.1",
"version": "2.2.2",
"description": "A React version of the bootstrap-toggle without the JQuery dependency",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -46,4 +46,7 @@ import React, { Component } from 'react';

onstyle: 'primary',
onClassName: '',
offstyle: 'default',
offClassName: '',
handlestyle: 'default',
handleClassName: '',
width: '',

@@ -122,7 +125,7 @@ height: '',

onstyle,
onstyleClassName,
onClassName,
offstyle,
offstyleClassName,
offClassName,
handlestyle,
handlestyleClassName,
handleClassName,
style,

@@ -129,0 +132,0 @@ on,

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