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

@material/switch

Package Overview
Dependencies
Maintainers
12
Versions
1687
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/switch - npm Package Compare versions

Comparing version 0.34.0 to 0.35.0

6

package.json
{
"name": "@material/switch",
"description": "The Material Components for the web switch component",
"version": "0.34.0",
"version": "0.35.0",
"license": "Apache-2.0",

@@ -17,4 +17,4 @@ "keywords": [

"@material/animation": "^0.34.0",
"@material/elevation": "^0.34.0",
"@material/theme": "^0.34.0"
"@material/elevation": "^0.35.0",
"@material/theme": "^0.35.0"
},

@@ -21,0 +21,0 @@ "publishConfig": {

@@ -45,3 +45,3 @@ <!--docs:

<div class="mdc-switch">
<input type="checkbox" id="basic-switch" class="mdc-switch__native-control" />
<input type="checkbox" id="basic-switch" class="mdc-switch__native-control" role="switch">
<div class="mdc-switch__background">

@@ -60,3 +60,3 @@ <div class="mdc-switch__knob"></div>

<div class="mdc-switch">
<input type="checkbox" id="another-basic-switch" class="mdc-switch__native-control" disabled />
<input type="checkbox" id="another-basic-switch" class="mdc-switch__native-control" role="switch" disabled>
<div class="mdc-switch__background">

@@ -63,0 +63,0 @@ <div class="mdc-switch__knob"></div>

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