Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/tooltip - npm Package Compare versions

Comparing version 10.3.0 to 10.3.1

6

CHANGELOG.md
# @atlaskit/tooltip
## 10.3.1
- [patch] Fix $FlowFixMe and release packages [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
- [none] Updated dependencies [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
- @atlaskit/button@8.2.2
- @atlaskit/icon@12.3.1
## 10.3.0

@@ -4,0 +10,0 @@ - [minor] Fixes types for Flow 0.74 [dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)

4

dist/cjs/components/Marshal.js

@@ -126,3 +126,3 @@ 'use strict';

while (parent) {
// $FlowFixMe
// $FlowFixMe - tagName does not exist in parent
if (parent.tagName === 'BODY') {

@@ -153,3 +153,3 @@ window.addEventListener('scroll', this.handleScroll);

while (parent) {
// $FlowFixMe
// $FlowFixMe - tagName does not exist in parent
if (parent.tagName === 'BODY') {

@@ -156,0 +156,0 @@ window.removeEventListener('scroll', this.handleScroll);

@@ -85,4 +85,2 @@ 'use strict';

withTransitionGroup: true
},
// $FlowFixMe TEMPORARY
Tip);
}, Tip);

@@ -115,3 +115,3 @@ import _classCallCheck from 'babel-runtime/helpers/classCallCheck';

while (parent) {
// $FlowFixMe
// $FlowFixMe - tagName does not exist in parent
if (parent.tagName === 'BODY') {

@@ -142,3 +142,3 @@ window.addEventListener('scroll', this.handleScroll);

while (parent) {
// $FlowFixMe
// $FlowFixMe - tagName does not exist in parent
if (parent.tagName === 'BODY') {

@@ -145,0 +145,0 @@ window.removeEventListener('scroll', this.handleScroll);

@@ -62,4 +62,2 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';

withTransitionGroup: true
},
// $FlowFixMe TEMPORARY
Tip);
}, Tip);
{
"name": "@atlaskit/tooltip",
"version": "10.2.1"
"version": "10.3.0"
}
{
"name": "@atlaskit/tooltip",
"version": "10.3.0",
"version": "10.3.1",
"description": "A React Component for displaying Tooltips",

@@ -32,5 +32,5 @@ "license": "Apache-2.0",

"devDependencies": {
"@atlaskit/button": "^8.2.0",
"@atlaskit/button": "^8.2.2",
"@atlaskit/docs": "^4.1.0",
"@atlaskit/icon": "^12.2.0",
"@atlaskit/icon": "^12.3.1",
"enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz"

@@ -37,0 +37,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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