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.4.0 to 0.4.1

5

htmleditor.js

@@ -306,8 +306,7 @@ import '@brightspace-ui/core/components/alert/alert.js';

const span = editor.getDoc().createElement('span');
span.className = 'd2lmention';
span.textContent = `@${userinfo.name}`;
span.setAttribute('data-d2l-mentions-id', userinfo.id);
span.setAttribute('data-mentions-id', userinfo.id);
return span;
},
mentions_selector: 'span.d2lmention',
mentions_selector: 'span[data-mentions-id]',
object_resizing : true,

@@ -314,0 +313,0 @@ 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`,

2

package.json
{
"name": "@brightspace-ui/htmleditor",
"description": "An HTML editor that integrates with Brightspace",
"version": "0.4.0",
"version": "0.4.1",
"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