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

draftail

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draftail - npm Package Compare versions

Comparing version 2.0.0-rc.5 to 2.0.0-rc.6

3

dist/draftail.d.ts

@@ -237,5 +237,6 @@ import React$1, { CSSProperties, Component, PureComponent } from 'react';

onHide?: () => void;
onClickOutside?: () => void;
onMount?: (instance: PopperInstance) => void;
}
declare const Tooltip: ({ content, children, shouldOpen, getTargetPosition, showBackdrop, zIndex, placement, onHide, onMount, }: TooltipProps) => JSX.Element;
declare const Tooltip: ({ content, children, shouldOpen, getTargetPosition, showBackdrop, zIndex, placement, onHide, onClickOutside, onMount, }: TooltipProps) => JSX.Element;

@@ -242,0 +243,0 @@ interface CommandPaletteProps extends ToolbarProps {

{
"name": "draftail",
"version": "2.0.0-rc.5",
"version": "2.0.0-rc.6",
"description": "📝🍸 A configurable rich text editor built with Draft.js",

@@ -5,0 +5,0 @@ "author": "Springload",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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