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

@tinymce/tinymce-react

Package Overview
Dependencies
Maintainers
1
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 2.2.5 to 2.2.6

5

CHANGELOG.md

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

## 2.2.4 (2018-04-23)
## 2.2.6 (2018-09-03)
* Fixed broken links in readme.
## 2.2.5 (2018-04-23)
* Added a nullcheck in componentWillUnmount to check that tinymce is availabl before running remove.

@@ -3,0 +6,0 @@

2

package.json
{
"name": "@tinymce/tinymce-react",
"version": "2.2.5",
"version": "2.2.6",
"description": "Official TinyMCE React Component",

@@ -5,0 +5,0 @@ "repository": {

@@ -51,2 +51,4 @@ # Official TinyMCE React component

None of the configuration props are **required** for the component to work - other than if you are using TinyMCE Cloud you will have to specify the `apiKey` to get rid of the `This domain is not registered...` warning message.
### Event binding

@@ -157,3 +159,3 @@

### Auto-loading from TinyMCE Cloud
The `Editor` component needs TinyMCE to be globally available to work, but to make it as easy as possible it will automatically load [TinyMCE Cloud](https://www.tinymce.com/docs/get-started-cloud/) if it can't find TinyMCE available when the component is mounting. To get rid of the `This domain is not registered...` warning, sign up for the cloud and enter the api key like this:
The `Editor` component needs TinyMCE to be globally available to work, but to make it as easy as possible it will automatically load [TinyMCE Cloud](https://www.tiny.cloud/docs/cloud-deployment-guide/) if it can't find TinyMCE available when the component is mounting. To get rid of the `This domain is not registered...` warning, sign up for the cloud and enter the api key like this:

@@ -175,3 +177,3 @@ ```js

For more info on the different versions see the [documentation](https://www.tinymce.com/docs/get-started-cloud/editor-plugin-version/#devtestingandstablereleases).
For more info on the different versions see the [documentation](https://www.tiny.cloud/docs/cloud-deployment-guide/editor-plugin-version/#devtestingandstablereleases).

@@ -178,0 +180,0 @@ ### Loading TinyMCE by yourself

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