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.4.24 to 1.4.25

8

build/index.js

@@ -29,7 +29,7 @@ "use strict";

}) },
React.createElement("input", { type: "checkbox", className: classNames('onoffswitch-checkbox', {
'disabled': this.props.disabled
}), id: this.props.id, checked: this.props.value, onChange: !this.props.disabled ? this.handleChange : function () { }, name: this.props.name || this.props.id }),
React.createElement("input", { type: "checkbox", className: 'onoffswitch-checkbox', id: this.props.id, checked: this.props.value, onChange: !this.props.disabled ? this.handleChange : function () { }, name: this.props.name || this.props.id }),
React.createElement("label", { className: "onoffswitch-label", htmlFor: this.props.id },
React.createElement("span", { className: "onoffswitch-inner" }),
React.createElement("span", { className: classNames('onoffswitch-inner', {
'disabled': this.props.disabled
}) }),
React.createElement("span", { className: "onoffswitch-switch" })))));

@@ -36,0 +36,0 @@ };

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

"description": "Switch button.",
"version": "1.4.24",
"version": "1.4.25",
"license": "MIT",

@@ -8,0 +8,0 @@ "repository": {

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