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

draftail

Package Overview
Dependencies
Maintainers
4
Versions
55
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-alpha.1 to 2.0.0-alpha.2

8

dist/draftail.d.ts

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

category?: string;
render?: (props: {
option: CommandControl;
getEditorState: () => EditorState;
}) => JSX.Element;
}

@@ -175,2 +179,4 @@ interface CommandCategory {

declare type TooltipPlacement = TippyProps["placement"];
declare type PopperInstance = Parameters<NonNullable<TippyProps["onMount"]>>[0];
interface TooltipPosition {

@@ -180,4 +186,2 @@ top: number;

}
declare type TooltipPlacement = TippyProps["placement"];
declare type PopperInstance = Parameters<NonNullable<TippyProps["onMount"]>>[0];
interface TooltipProps {

@@ -184,0 +188,0 @@ shouldOpen: boolean;

{
"name": "draftail",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"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