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

@spectrum-web-components/tooltip

Package Overview
Dependencies
Maintainers
6
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/tooltip - npm Package Compare versions

Comparing version 0.8.6-alpha.1 to 0.8.6

4

CHANGELOG.md

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

## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.5...@spectrum-web-components/tooltip@0.8.6) (2021-04-15)
**Note:** Version bump only for package @spectrum-web-components/tooltip
## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.8.4...@spectrum-web-components/tooltip@0.8.5) (2021-04-09)

@@ -8,0 +12,0 @@

6

package.json
{
"name": "@spectrum-web-components/tooltip",
"version": "0.8.6-alpha.1+40b5d8d11",
"version": "0.8.6",
"publishConfig": {

@@ -47,3 +47,3 @@ "access": "public"

"@spectrum-web-components/base": "^0.4.3",
"@spectrum-web-components/overlay": "^0.11.4-alpha.1+40b5d8d11",
"@spectrum-web-components/overlay": "^0.11.4",
"tslib": "^2.0.0"

@@ -60,3 +60,3 @@ },

],
"gitHead": "40b5d8d1109f164a8d15d7a66d276754824a7f90"
"gitHead": "8acfee43ce3be5d4a6da4cf1179d3400bca77968"
}

@@ -63,3 +63,3 @@ /*

/* c8 ignore next */
if (!target.isSameNode(this))
if (target !== this)
return;

@@ -66,0 +66,0 @@ event.detail.overlayContentTipElement = this.tipElement;

@@ -87,3 +87,3 @@ /*

/* c8 ignore next */
if (!target.isSameNode(this)) return;
if (target !== this) return;

@@ -90,0 +90,0 @@ event.detail.overlayContentTipElement = this.tipElement;

Sorry, the diff of this file is not supported yet

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