New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lion/overlays

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/overlays - npm Package Compare versions

Comparing version 0.22.3 to 0.22.4

6

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

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

3

package.json
{
"name": "@lion/overlays",
"version": "0.22.3",
"version": "0.22.4",
"description": "Overlays System using lit-html for rendering",

@@ -33,2 +33,3 @@ "license": "MIT",

"sideEffects": [
"./docs/demo-overlay-backdrop.js",
"./docs/demo-overlay-system.js",

@@ -35,0 +36,0 @@ "./docs/applyDemoOverlayStyles.js"

@@ -27,3 +27,4 @@ import { css, html, dedupeMixin } 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 [

@@ -106,5 +107,5 @@ superCtor.styles ? superCtor.styles : [],

/**
* @overridable method `_defineOverlay`
* @desc Overrides arrow and keepTogether modifier to be enabled,
* Overrides arrow and keepTogether modifier to be enabled,
* and adds onCreate and onUpdate hooks to sync from popper state
* @configure OverlayMixin
* @returns {OverlayConfig}

@@ -111,0 +112,0 @@ */

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