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

@brightspace-ui/htmleditor

Package Overview
Dependencies
Maintainers
3
Versions
767
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui/htmleditor - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

6

htmleditor.js

@@ -9,2 +9,3 @@ import '@brightspace-ui/core/components/alert/alert.js';

import 'tinymce/plugins/autosave/plugin.js';
import 'tinymce/plugins/autolink/plugin.js';
import 'tinymce/plugins/charmap/plugin.js';

@@ -20,2 +21,3 @@ import 'tinymce/plugins/code/plugin.js';

import 'tinymce/plugins/imagetools/plugin.js';
import 'tinymce/plugins/link/plugin.js';
import 'tinymce/plugins/lists/plugin.js';

@@ -300,2 +302,4 @@ import 'tinymce/plugins/preview/plugin.js';

language_url: `${baseImportPath}/tinymce/langs/${tinymceLang}.js`,
link_context_toolbar: true,
link_default_protocol: 'https',
menubar: false,

@@ -318,3 +322,3 @@ mentions_fetch: (query, success) => {

object_resizing : true,
plugins: `a11ychecker ${this.autoSave ? 'autosave' : ''} advtable charmap advcode directionality emoticons ${this.fullPage ? 'fullpage' : ''} fullscreen hr image ${this.pasteLocalImages ? 'imagetools' : ''} lists ${(this.mentions && D2L.LP) ? 'mentions' : ''} powerpaste ${D2L.LP ? 'd2l-preview' : 'preview'} table textpattern d2l-equation d2l-image d2l-isf d2l-quicklink d2l-wordcount`,
plugins: `a11ychecker ${this.autoSave ? 'autosave' : ''} advtable autolink charmap advcode directionality emoticons ${this.fullPage ? 'fullpage' : ''} fullscreen hr image ${this.pasteLocalImages ? 'imagetools' : ''} lists link ${(this.mentions && D2L.LP) ? 'mentions' : ''} powerpaste ${D2L.LP ? 'd2l-preview' : 'preview'} table textpattern d2l-equation d2l-image d2l-isf d2l-quicklink d2l-wordcount`,
relative_urls: false,

@@ -321,0 +325,0 @@ resize: true,

2

package.json
{
"name": "@brightspace-ui/htmleditor",
"description": "An HTML editor that integrates with Brightspace",
"version": "0.5.0",
"version": "0.6.0",
"repository": "https://github.com/BrightspaceUI/htmleditor.git",

@@ -6,0 +6,0 @@ "publishConfig": {

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