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

@edsdk/n1ed-react

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edsdk/n1ed-react - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

4

lib/cjs/N1ED.js

@@ -65,5 +65,5 @@ "use strict";

var config = JSON.parse(JSON.stringify(window.n1edConfig));
config.integration = 'react';
this.mergeConfigs(config, __assign(__assign({}, this.props), { apiKey: undefined, integration: 'react', inline: false, outputFormat: 'html' }));
// @ts-ignore
return React.createElement(tinymce_react_1.Editor, __assign({}, this.props, { apiKey: undefined, inline: false, outputFormat: "html", init: { config: config } }));
return React.createElement(tinymce_react_1.Editor, __assign({}, config));
}

@@ -70,0 +70,0 @@ else {

@@ -63,5 +63,5 @@ var __extends = (this && this.__extends) || (function () {

var config = JSON.parse(JSON.stringify(window.n1edConfig));
config.integration = 'react';
this.mergeConfigs(config, __assign(__assign({}, this.props), { apiKey: undefined, integration: 'react', inline: false, outputFormat: 'html' }));
// @ts-ignore
return React.createElement(Editor, __assign({}, this.props, { apiKey: undefined, inline: false, outputFormat: "html", init: { config: config } }));
return React.createElement(Editor, __assign({}, config));
}

@@ -68,0 +68,0 @@ else {

{
"name": "@edsdk/n1ed-react",
"version": "1.0.9",
"version": "1.0.10",
"description": "React integration for N1ED editor",

@@ -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