Socket
Socket
Sign inDemoInstall

@lion/switch

Package Overview
Dependencies
2
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.2 to 0.12.3

10

CHANGELOG.md
# Change Log
## 0.12.3
### Patch Changes
- 618f2698: Run tests also on webkit
- Updated dependencies [20ba0ca8]
- Updated dependencies [618f2698]
- @lion/core@0.13.2
- @lion/form-core@0.6.5
## 0.12.2

@@ -4,0 +14,0 @@

6

package.json
{
"name": "@lion/switch",
"version": "0.12.2",
"version": "0.12.3",
"description": "A Switch is used for switching a property or feature on and off",

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.13.1",
"@lion/form-core": "0.6.4"
"@lion/core": "0.13.2",
"@lion/form-core": "0.6.5"
},

@@ -41,0 +41,0 @@ "keywords": [

@@ -38,2 +38,3 @@ import { expect, fixture as _fixture, html } from '@open-wc/testing';

await el.updateComplete;
await el.updateComplete; // safari takes longer
expect(el._inputNode.disabled).to.be.false;

@@ -40,0 +41,0 @@ expect(el._inputNode.hasAttribute('disabled')).to.be.false;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc