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

ids-enterprise-typings

Package Overview
Dependencies
Maintainers
2
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ids-enterprise-typings - npm Package Compare versions

Comparing version 7.7.0-dev.20200924 to 8.0.0

15

lib/tooltip/soho-tooltip.d.ts

@@ -22,2 +22,17 @@ interface SohoTooltipOptions {

maxWidth?: number; // Tooltip max width
/** If the object with the tooltip is tabbed to, will also show the tooltip. **/
showOnKeyboardFocus?: boolean;
/** Call back for hiding. **/
onHidden?: Function;
/** Placement options pass through **/
placementOpt?: object;
/** Init the content in the tooltip. **/
initializeContent?: boolean;
/** If set this color will be used on the header (if a popover). **/
headerClass?: string;
/** The delay before showing the tooltip **/
delay?: number;
/** The if true (default) the popup is added to the body. **/
attachToBody?: boolean;
}

@@ -24,0 +39,0 @@

2

package.json
{
"name": "ids-enterprise-typings",
"slug": "ids-enterprise-typings",
"version": "7.7.0-dev.20200924",
"version": "8.0.0",
"declaration": true,

@@ -6,0 +6,0 @@ "types": "index.d.ts",

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