Socket
Socket
Sign inDemoInstall

@lion/core

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/core - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

6

CHANGELOG.md
# Change Log
## 0.13.4
### Patch Changes
- cfbcccb5: Fix type imports to reuse lion where possible, in case Lit updates with new types that may break us.
## 0.13.3

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@lion/core",
"version": "0.13.3",
"version": "0.13.4",
"description": "Core functionality that is shared across all Lion Web Components",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -17,3 +17,3 @@ /* eslint-disable class-methods-use-this */

* @type {DelegateMixin}
* @param {import('@open-wc/dedupe-mixin').Constructor<import('lit-element').LitElement>} superclass
* @param {import('@open-wc/dedupe-mixin').Constructor<import('../index').LitElement>} superclass
*/

@@ -20,0 +20,0 @@ const DelegateMixinImplementation = superclass =>

@@ -9,3 +9,3 @@ import { dedupeMixin } from '@open-wc/dedupe-mixin';

* @type {DisabledMixin}
* @param {import('@open-wc/dedupe-mixin').Constructor<import('lit-element').LitElement>} superclass
* @param {import('@open-wc/dedupe-mixin').Constructor<import('../index').LitElement>} superclass
*/

@@ -12,0 +12,0 @@ const DisabledMixinImplementation = superclass =>

@@ -10,3 +10,3 @@ import { dedupeMixin } from '@open-wc/dedupe-mixin';

* @type {DisabledWithTabIndexMixin}
* @param {import('@open-wc/dedupe-mixin').Constructor<import('lit-element').LitElement>} superclass
* @param {import('@open-wc/dedupe-mixin').Constructor<import('../index').LitElement>} superclass
*/

@@ -13,0 +13,0 @@ const DisabledWithTabIndexMixinImplementation = superclass =>

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