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.4 to 1.0.5

2

lib/cjs/N1ED.js

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

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

@@ -68,0 +68,0 @@ return React.createElement(tinymce_react_1.Editor, __assign({}, config));

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

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

@@ -66,0 +66,0 @@ return React.createElement(Editor, __assign({}, config));

{
"name": "@edsdk/n1ed-react",
"version": "1.0.4",
"version": "1.0.5",
"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