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.23.1 to 0.23.2

6

CHANGELOG.md
# Change Log
## 0.23.2
### Patch Changes
- a7760b64: Fix type declaration for \_\_syncFromPopperState method.
## 0.23.1

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

2

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

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

import { Constructor } from '@open-wc/dedupe-mixin';
import { LitElement, TemplateResult } from '@lion/core';
import { CSSResultArray } from '@lion/core';
import Data from 'popper.js';
import { Options as PopperOptions } from '@popperjs/core/lib/popper';
import { Options as PopperOptions, State } from '@popperjs/core/lib/popper';
import { OverlayConfig } from '../types/OverlayConfig';

@@ -28,3 +27,3 @@

get _arrowNode(): Element | null;
__syncFromPopperState(data: Data): void;
__syncFromPopperState(data: Partial<State>): void;
}

@@ -31,0 +30,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