Socket
Socket
Sign inDemoInstall

@lion/switch

Package Overview
Dependencies
9
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.2.0...@lion/switch@0.2.1) (2019-11-15)
### Bug Fixes
* refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.7...@lion/switch@0.2.0) (2019-11-13)

@@ -8,0 +19,0 @@

14

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

@@ -35,11 +35,11 @@ "author": "ing-bank",

"dependencies": {
"@lion/button": "^0.3.35",
"@lion/choice-input": "^0.3.0",
"@lion/button": "^0.3.36",
"@lion/choice-input": "^0.3.1",
"@lion/core": "^0.3.0",
"@lion/field": "^0.4.0"
"@lion/field": "^0.4.1"
},
"devDependencies": {
"@lion/form": "^0.2.0",
"@lion/form": "^0.2.1",
"@lion/localize": "^0.5.0",
"@lion/validate": "^0.3.0",
"@lion/validate": "^0.3.1",
"@open-wc/demoing-storybook": "^0.2.0",

@@ -49,3 +49,3 @@ "@open-wc/testing": "^2.3.4",

},
"gitHead": "90e6b4ef36bb5c49cfe7e4b2b8a00128334c84ab"
"gitHead": "e1485188a03c063819623288f3231cfecca023ec"
}

@@ -10,3 +10,3 @@ import { expect, fixture, html } from '@open-wc/testing';

`);
expect(el.querySelector('[slot="input"]')).not.to.be.false;
expect(Array.from(el.children).find(child => child.slot === 'input')).not.to.be.false;
});

@@ -13,0 +13,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc