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

react-simple-wysiwyg

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-wysiwyg - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

lib/Editor.d.ts
import { ComponentType, PureComponent, SyntheticEvent } from 'react';
import * as React from 'react';
import { ICEProps } from './ContentEditable';
import { IStyles } from './styles';
import { IEditorStyles, IStyles } from './styles';
export declare const EditorContext: React.Context<IEditorContext>;

@@ -17,3 +17,3 @@ export default class Editor extends PureComponent<IEditorProps, IState> {

export interface IEditorProps extends ICEProps {
styles?: IStyles;
styles?: IEditorStyles;
}

@@ -20,0 +20,0 @@ export interface IEditorContext {

export { default as ContentEditable } from './ContentEditable';
export { default as DefaultEditor } from './DefaultEditor';
export { default as Editor } from './Editor';
export { IEditorStyles } from './styles';
export * from './toolbar';

@@ -0,1 +1,2 @@

import { CSSProperties } from 'react';
declare const styles: {

@@ -49,2 +50,6 @@ button: {

export default styles;
declare type CssCollection<T> = {
[P in keyof T]?: CSSProperties | CssCollection<T[P]>;
};
export declare type IStyles = typeof styles;
export declare type IEditorStyles = CssCollection<IStyles>;
{
"name": "react-simple-wysiwyg",
"version": "0.0.5",
"version": "0.0.6",
"description": "Simple and lightweight React WYSIWYG editor",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

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