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

@tinymce/tinymce-react

Package Overview
Dependencies
Maintainers
2
Versions
365
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 5.1.2-feature.20240716043059438.shab282b50 to 5.1.2-feature.20240716073939528.sha26b5632

2

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

@@ -5,3 +5,3 @@ import * as React from 'react';

import { IEditorPropTypes } from './EditorPropTypes';
import { Editor as TinyMCEEditor, TinyMCE } from 'tinymce';
import type { Editor as TinyMCEEditor, TinyMCE } from 'tinymce';
type OmitStringIndexSignature<T> = {

@@ -8,0 +8,0 @@ [K in keyof T as string extends K ? never : K]: T[K];

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

import { Editor as TinyMCEEditor, EditorEvent, Events } from 'tinymce';
import type { Editor as TinyMCEEditor, EditorEvent, Events } from 'tinymce';
export type EventHandler<A> = (a: EditorEvent<A>, editor: TinyMCEEditor) => unknown;

@@ -3,0 +3,0 @@ type EEventHandler<K extends keyof Events.EditorEventMap> = EventHandler<Events.EditorEventMap[K]>;

@@ -1,3 +0,3 @@

import { TinyMCE as TinyMCEGlobal } from 'tinymce';
import type { TinyMCE as TinyMCEGlobal } from 'tinymce';
declare const getTinymce: (view: Window) => TinyMCEGlobal | null;
export { getTinymce };
import { IEventPropTypes } from './components/EditorPropTypes';
import { IAllProps } from './components/Editor';
import { Editor as TinyMCEEditor, EditorEvent } from 'tinymce';
import type { Editor as TinyMCEEditor, EditorEvent } from 'tinymce';
export declare const isFunction: (x: unknown) => x is Function;

@@ -5,0 +5,0 @@ type PropLookup = <K extends keyof IAllProps>(key: K) => IAllProps[K] | undefined;

@@ -5,3 +5,3 @@ import * as React from 'react';

import { IEditorPropTypes } from './EditorPropTypes';
import { Editor as TinyMCEEditor, TinyMCE } from 'tinymce';
import type { Editor as TinyMCEEditor, TinyMCE } from 'tinymce';
type OmitStringIndexSignature<T> = {

@@ -8,0 +8,0 @@ [K in keyof T as string extends K ? never : K]: T[K];

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

import { Editor as TinyMCEEditor, EditorEvent, Events } from 'tinymce';
import type { Editor as TinyMCEEditor, EditorEvent, Events } from 'tinymce';
export type EventHandler<A> = (a: EditorEvent<A>, editor: TinyMCEEditor) => unknown;

@@ -3,0 +3,0 @@ type EEventHandler<K extends keyof Events.EditorEventMap> = EventHandler<Events.EditorEventMap[K]>;

@@ -1,3 +0,3 @@

import { TinyMCE as TinyMCEGlobal } from 'tinymce';
import type { TinyMCE as TinyMCEGlobal } from 'tinymce';
declare const getTinymce: (view: Window) => TinyMCEGlobal | null;
export { getTinymce };
import { IEventPropTypes } from './components/EditorPropTypes';
import { IAllProps } from './components/Editor';
import { Editor as TinyMCEEditor, EditorEvent } from 'tinymce';
import type { Editor as TinyMCEEditor, EditorEvent } from 'tinymce';
export declare const isFunction: (x: unknown) => x is Function;

@@ -5,0 +5,0 @@ type PropLookup = <K extends keyof IAllProps>(key: K) => IAllProps[K] | undefined;

@@ -79,4 +79,4 @@ {

},
"version": "5.1.2-feature.20240716043059438.shab282b50",
"version": "5.1.2-feature.20240716073939528.sha26b5632",
"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