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

@amalto/switch

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/switch - npm Package Compare versions

Comparing version 1.9.2 to 1.9.3

2

build/index.js

@@ -25,3 +25,3 @@ "use strict";

Switch.prototype.render = function () {
return (React.createElement("div", { style: { paddingTop: 2, paddingBottom: 2 }, className: this.props.cssClass },
return (React.createElement("div", { style: { paddingTop: 2, paddingBottom: 2, height: 32 }, className: this.props.cssClass },
React.createElement("div", { className: classNames('onoffswitch', {

@@ -28,0 +28,0 @@ 'left-align': this.props.alignLeft

@@ -5,3 +5,3 @@ {

"description": "Switch button.",
"version": "1.9.2",
"version": "1.9.3",
"license": "MIT",

@@ -81,3 +81,3 @@ "repository": {

},
"gitHead": "6c9729492f47b3f9a19137c5fcbc9e92a6355c23"
"gitHead": "94dee9efe3eecca54f0ff931f88f03007ea28da5"
}

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