Socket
Socket
Sign inDemoInstall

rc-tooltip

Package Overview
Dependencies
Maintainers
7
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tooltip - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

1

es/Tooltip.d.ts

@@ -33,4 +33,5 @@ import * as React from 'react';

overlayInnerStyle?: React.CSSProperties;
zIndex?: number;
}
declare const _default: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<unknown>>;
export default _default;

@@ -33,4 +33,5 @@ import * as React from 'react';

overlayInnerStyle?: React.CSSProperties;
zIndex?: number;
}
declare const _default: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<unknown>>;
export default _default;

2

package.json
{
"name": "rc-tooltip",
"version": "5.1.0",
"version": "5.1.1",
"description": "React Tooltip",

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

@@ -198,5 +198,5 @@ # rc-tooltip

## Note
## Important Note
`Tooltip` requires child node accepts `onMouseEnter`, `onMouseLeave`, `onFocus`, `onClick` event.
`Tooltip` requires a child node that accepts an `onMouseEnter`, `onMouseLeave`, `onFocus`, `onClick` event. This means the child node must be a built-in component like `div` or `span`, or a custom component that passes its props to its built-in component child.

@@ -203,0 +203,0 @@ ## Accessibility

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