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
1
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.11.2 to 0.11.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.11.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.11.2...@lion/tooltip@0.11.3) (2020-06-10)
**Note:** Version bump only for package @lion/tooltip
## [0.11.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.11.1...@lion/tooltip@0.11.2) (2020-06-08)

@@ -8,0 +16,0 @@

6

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

@@ -41,5 +41,5 @@ "author": "ing-bank",

"@lion/core": "0.7.1",
"@lion/overlays": "0.16.2"
"@lion/overlays": "0.16.3"
},
"gitHead": "8d9225c040ffba5d697a91dfc01035f640e9004f"
"gitHead": "0f7ee151e0734295198288d38d69e4bf7f4897c1"
}

@@ -65,3 +65,2 @@ # Tooltip

- Config has `popperConfig` property that has a one to one relation with Popper.js configuration API.
- Comes with a default `lion-tooltip-arrow` for an arrow.

@@ -68,0 +67,0 @@ ## How to use

@@ -203,3 +203,3 @@ import { runOverlayMixinSuite } from '@lion/overlays/test-suites/OverlayMixin.suite.js';

// FIXME: This should be refactored to Array.from(this.children).find(child => child.slot === 'content')
// FIXME: This should be refactored to Array.from(this.children).find(child => child.slot === 'content').
// When this issue is fixed https://github.com/ing-bank/lion/issues/382

@@ -206,0 +206,0 @@ const content = el.querySelector('[slot=content]');

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