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 2.96.3 to 2.96.4

6

components/context-menu/link/link-edit.js

@@ -116,3 +116,3 @@ import '@brightspace-ui/core/components/button/button-subtle.js';

return html`
<div class="d2l-htmleditor-link-context-menu-edit" tabindex="-1" @focus="${this._handleFocus}">
<div class="d2l-htmleditor-link-context-menu-edit" tabindex="-1" @focus="${this._handleFocus}" @click="${this._handleClick}">
<d2l-form class="d2l-htmleditor-link-context-menu-edit-form" @d2l-form-submit="${this._handleEditSubmission}">

@@ -144,2 +144,6 @@ <div class="d2l-htmleditor-link-context-menu-edit-field">

_handleClick(e) {
e.stopPropagation();
}
_handleEdit() {

@@ -146,0 +150,0 @@ const linkEditForm = this._getLinkEditForm();

2

package.json
{
"name": "@brightspace-ui/htmleditor",
"description": "An HTML editor that integrates with Brightspace",
"version": "2.96.3",
"version": "2.96.4",
"type": "module",

@@ -6,0 +6,0 @@ "repository": "https://github.com/BrightspaceUI/htmleditor.git",

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