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 3.3.0 to 3.3.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 3.3.1 (2019-08-16)
* Changed referrer policy to origin to allow cloud caching
## 3.3.0 (2019-07-29)

@@ -2,0 +5,0 @@ * Fixed an issue that made the editor ignore new event handlers provided through props

@@ -13,2 +13,3 @@ "use strict";

var scriptTag = doc.createElement('script');
scriptTag.referrerPolicy = 'origin';
scriptTag.type = 'application/javascript';

@@ -15,0 +16,0 @@ scriptTag.id = scriptId;

@@ -11,2 +11,3 @@ /**

var scriptTag = doc.createElement('script');
scriptTag.referrerPolicy = 'origin';
scriptTag.type = 'application/javascript';

@@ -13,0 +14,0 @@ scriptTag.id = scriptId;

2

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

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

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