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

@tinymce/tinymce-react

Package Overview
Dependencies
Maintainers
2
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinymce/tinymce-react - npm Package Compare versions

Comparing version 3.10.3-rc.20210220045301967.1b711c2 to 3.10.3-rc.20210304000707259.c9c2127

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Change log

## [3.10.3] - 2021-03-04
### Fixed
- Updated dependencies to latest available
## [3.10.2] - 2021-02-20

@@ -9,0 +13,0 @@ ## Fixed

2

lib/cjs/main/ts/components/Editor.d.ts

@@ -55,3 +55,3 @@ /**

id: string;
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>;
}, string | React.JSXElementConstructor<any>>;
private renderInline;

@@ -58,0 +58,0 @@ private renderIframe;

@@ -17,2 +17,4 @@ "use strict";

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -19,0 +21,0 @@ function __() { this.constructor = d; }

@@ -13,3 +13,3 @@ /**

declare type PropLookup = <K extends keyof IAllProps>(key: K) => IAllProps[K] | undefined;
export declare const configHandlers2: <H>(handlerLookup: PropLookup, on: (name: string, handler: H) => void, off: (name: string, handler: H) => void, adapter: <K extends "onBeforePaste" | "onBlur" | "onClick" | "onContextMenu" | "onCopy" | "onCut" | "onDblclick" | "onDrag" | "onDragDrop" | "onDragEnd" | "onDragGesture" | "onDragOver" | "onDrop" | "onFocus" | "onFocusIn" | "onFocusOut" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onMouseDown" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseOut" | "onMouseOver" | "onMouseUp" | "onPaste" | "onSelectionChange" | "onActivate" | "onAddUndo" | "onBeforeAddUndo" | "onBeforeExecCommand" | "onBeforeGetContent" | "onBeforeRenderUI" | "onBeforeSetContent" | "onChange" | "onClearUndos" | "onDeactivate" | "onDirty" | "onExecCommand" | "onGetContent" | "onHide" | "onInit" | "onLoadContent" | "onNodeChange" | "onPostProcess" | "onPostRender" | "onPreProcess" | "onProgressState" | "onRedo" | "onRemove" | "onReset" | "onSaveContent" | "onSetAttrib" | "onObjectResizeStart" | "onObjectResized" | "onObjectSelected" | "onSetContent" | "onShow" | "onSubmit" | "onUndo" | "onVisualAid">(lookup: PropLookup, key: K) => H, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, H>) => void;
export declare const configHandlers2: <H>(handlerLookup: PropLookup, on: (name: string, handler: H) => void, off: (name: string, handler: H) => void, adapter: <K extends keyof import("./Events").IEvents>(lookup: PropLookup, key: K) => H, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, H>) => void;
export declare const configHandlers: (editor: TinyMCEEditor, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, (event: EditorEvent<any>) => unknown>, lookup: PropLookup) => void;

@@ -16,0 +16,0 @@ export declare const uuid: (prefix: string) => string;

@@ -55,3 +55,3 @@ /**

id: string;
}, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>;
}, string | React.JSXElementConstructor<any>>;
private renderInline;

@@ -58,0 +58,0 @@ private renderIframe;

@@ -16,2 +16,4 @@ /**

return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -18,0 +20,0 @@ function __() { this.constructor = d; }

@@ -13,3 +13,3 @@ /**

declare type PropLookup = <K extends keyof IAllProps>(key: K) => IAllProps[K] | undefined;
export declare const configHandlers2: <H>(handlerLookup: PropLookup, on: (name: string, handler: H) => void, off: (name: string, handler: H) => void, adapter: <K extends "onBeforePaste" | "onBlur" | "onClick" | "onContextMenu" | "onCopy" | "onCut" | "onDblclick" | "onDrag" | "onDragDrop" | "onDragEnd" | "onDragGesture" | "onDragOver" | "onDrop" | "onFocus" | "onFocusIn" | "onFocusOut" | "onKeyDown" | "onKeyPress" | "onKeyUp" | "onMouseDown" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseOut" | "onMouseOver" | "onMouseUp" | "onPaste" | "onSelectionChange" | "onActivate" | "onAddUndo" | "onBeforeAddUndo" | "onBeforeExecCommand" | "onBeforeGetContent" | "onBeforeRenderUI" | "onBeforeSetContent" | "onChange" | "onClearUndos" | "onDeactivate" | "onDirty" | "onExecCommand" | "onGetContent" | "onHide" | "onInit" | "onLoadContent" | "onNodeChange" | "onPostProcess" | "onPostRender" | "onPreProcess" | "onProgressState" | "onRedo" | "onRemove" | "onReset" | "onSaveContent" | "onSetAttrib" | "onObjectResizeStart" | "onObjectResized" | "onObjectSelected" | "onSetContent" | "onShow" | "onSubmit" | "onUndo" | "onVisualAid">(lookup: PropLookup, key: K) => H, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, H>) => void;
export declare const configHandlers2: <H>(handlerLookup: PropLookup, on: (name: string, handler: H) => void, off: (name: string, handler: H) => void, adapter: <K extends keyof import("./Events").IEvents>(lookup: PropLookup, key: K) => H, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, H>) => void;
export declare const configHandlers: (editor: TinyMCEEditor, prevProps: Partial<IAllProps>, props: Partial<IAllProps>, boundHandlers: Record<string, (event: EditorEvent<any>) => unknown>, lookup: PropLookup) => void;

@@ -16,0 +16,0 @@ export declare const uuid: (prefix: string) => string;

@@ -36,6 +36,6 @@ {

"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/core": "^7.13.8",
"@ephox/agar": "^5.2.1",
"@ephox/bedrock-client": "^11.0.0",
"@ephox/bedrock-server": "^11.0.2",
"@ephox/bedrock-client": "^11.1.1",
"@ephox/bedrock-server": "^11.1.1",
"@ephox/katamari": "^7.1.3",

@@ -46,7 +46,7 @@ "@ephox/mcagar": "^6.0.1",

"@storybook/addon-info": "^5.3.21",
"@storybook/react": "^6.1.18",
"@storybook/react": "^6.1.21",
"@storybook/storybook-deployer": "^2.8.6",
"@tinymce/beehive-flow": "^0.14.0",
"@tinymce/eslint-plugin": "^1.7.2",
"@tinymce/miniature": "^3.0.1",
"@tinymce/miniature": "^3.1.1",
"@types/node": "^14.14.31",

@@ -60,3 +60,3 @@ "@types/prop-types": "^15.5.8",

"babel-loader": "^8.2.2",
"core-js": "^3.9.0",
"core-js": "^3.9.1",
"raf": "^3.4.1",

@@ -69,7 +69,7 @@ "react": "^17.0.1",

"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack": "^5.23.0"
"typescript": "^4.2.2",
"webpack": "^5.24.3"
},
"version": "3.10.3-rc.20210220045301967.1b711c2",
"version": "3.10.3-rc.20210304000707259.c9c2127",
"name": "@tinymce/tinymce-react"
}
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