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

@lion/tooltip

Package Overview
Dependencies
Maintainers
3
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/tooltip - npm Package Compare versions

Comparing version 0.20.3 to 0.20.4

8

CHANGELOG.md
# Change Log
## 0.20.4
### Patch Changes
- Updated dependencies [776feaa0]
- @lion/core@0.17.4
- @lion/overlays@0.27.4
## 0.20.3

@@ -4,0 +12,0 @@

6

package.json
{
"name": "@lion/tooltip",
"version": "0.20.3",
"version": "0.20.4",
"description": "Show relative overlay content on hover",

@@ -39,4 +39,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.17.3",
"@lion/overlays": "0.27.3"
"@lion/core": "0.17.4",
"@lion/overlays": "0.27.4"
},

@@ -43,0 +43,0 @@ "keywords": [

@@ -1,2 +0,2 @@

declare const LionTooltip_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/overlays/types/OverlayMixinTypes").OverlayHost> & Pick<typeof import("@lion/overlays/types/OverlayMixinTypes").OverlayHost, "prototype"> & Pick<typeof LitElement, "prototype" | "render" | "styles" | "getStyles" | "properties" | "observedAttributes" | "createProperty"> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/overlays/types/ArrowMixinTypes").ArrowHost> & Pick<typeof import("@lion/overlays/types/ArrowMixinTypes").ArrowHost, "prototype" | "styles" | "properties">;
declare const LionTooltip_base: typeof LitElement & import("@open-wc/dedupe-mixin").Constructor<import("@lion/overlays/types/OverlayMixinTypes").OverlayHost> & Pick<typeof import("@lion/overlays/types/OverlayMixinTypes").OverlayHost, "prototype"> & Pick<typeof LitElement, "prototype" | "render" | "styles" | "shadowRootOptions" | "getStyles" | "properties" | "observedAttributes" | "createProperty"> & import("@open-wc/dedupe-mixin").Constructor<import("@lion/overlays/types/ArrowMixinTypes").ArrowHost> & Pick<typeof import("@lion/overlays/types/ArrowMixinTypes").ArrowHost, "prototype" | "styles" | "properties">;
/**

@@ -13,3 +13,3 @@ * @typedef {import('@lion/overlays/types/OverlayConfig').OverlayConfig} OverlayConfig

static get properties(): any;
static get styles(): (import("@lion/core").CSSResult | CSSStyleSheet | import("lit-element").CSSResultArray)[];
static get styles(): import("lit-element").CSSResultGroup[];
/**

@@ -16,0 +16,0 @@ * Decides whether the tooltip invoker text should be considered a description

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