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
367
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 4.3.3-feature.20240216033523751.shae2b1907 to 4.3.3-feature.20240216034014422.sha200439a

5

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

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

value: string;
init: EditorOptions & {
selector?: undefined;
target?: undefined;
};
init: EditorOptions & Partial<Record<'selector' | 'target' | 'readonly', undefined>>;
tagName: string;

@@ -20,0 +17,0 @@ cloudChannel: string;

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

value: string;
init: EditorOptions & {
selector?: undefined;
target?: undefined;
};
init: EditorOptions & Partial<Record<'selector' | 'target' | 'readonly', undefined>>;
tagName: string;

@@ -20,0 +17,0 @@ cloudChannel: string;

2

package.json

@@ -73,4 +73,4 @@ {

},
"version": "4.3.3-feature.20240216033523751.shae2b1907",
"version": "4.3.3-feature.20240216034014422.sha200439a",
"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