Socket
Socket
Sign inDemoInstall

@lion/form-core

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.11 to 0.6.12

6

CHANGELOG.md
# Change Log
## 0.6.12
### Patch Changes
- 5553e43e: fix: point to parent constructor in styles getter
## 0.6.11

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

2

package.json
{
"name": "@lion/form-core",
"version": "0.6.11",
"version": "0.6.12",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",

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

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

static get styles() {
const superCtor = /** @type {typeof import('@lion/core').LitElement} */ (super.constructor);
const superCtor = /** @type {typeof import('@lion/core').LitElement} */ (super.prototype
.constructor);
return [

@@ -142,0 +143,0 @@ superCtor.styles ? superCtor.styles : [],

@@ -618,3 +618,4 @@ import { css, dedupeMixin, html, nothing, SlotMixin } from '@lion/core';

static get styles() {
const superCtor = /** @type {typeof import('@lion/core').LitElement} */ (super.constructor);
const superCtor = /** @type {typeof import('@lion/core').LitElement} */ (super.prototype
.constructor);
return [

@@ -621,0 +622,0 @@ superCtor.styles ? superCtor.styles : [],

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc