New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dossier/d-quill

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dossier/d-quill - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

7

dist/components/RichTextEditor.js

@@ -85,5 +85,6 @@ import React, { useCallback, useContext, useEffect, useRef, useState, } from "react";

var translatedTooltip = getMessage("gui.kolibriUi.RichTextEditor.button." + tooltip);
tool &&
translatedTooltip &&
tool.setAttribute("title", translatedTooltip);
if (tool && translatedTooltip) {
tool.setAttribute("data-tooltip", translatedTooltip);
tool.setAttribute("aria-label", translatedTooltip);
}
}, [getMessage]);

@@ -90,0 +91,0 @@ useOutsideClickListener(editorRef, handleClickOutside);

@@ -1,1 +0,1 @@

export declare const VERSION = "0.4.7";
export declare const VERSION = "0.4.8";
// THIS FILE IS GENERATED WHEN PUBLISHING TO NPM
// DO NOT TOUCH
export var VERSION = "0.4.7";
export var VERSION = "0.4.8";
{
"name": "@dossier/d-quill",
"version": "0.4.7",
"version": "0.4.8",
"private": false,

@@ -5,0 +5,0 @@ "description": "A powerful React rich text editor",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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