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

squire-rte

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

squire-rte - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

6

CHANGELOG.md

@@ -7,2 +7,8 @@ # Changelog

## [2.2.4] - 2023-10-24
### Fixed
- Fixed the type definition of the "setKeyHandler" method "key" parameter.
## [2.2.3] - 2023-10-09

@@ -9,0 +15,0 @@

2

dist/types/Editor.d.ts

@@ -53,3 +53,3 @@ type EventHandler = {

_makeConfig(userConfig?: object): SquireConfig;
setKeyHandler(key: number, fn: KeyHandlerFunction): this;
setKeyHandler(key: string, fn: KeyHandlerFunction): this;
_beforeInput(event: InputEvent): void;

@@ -56,0 +56,0 @@ handleEvent(event: Event): void;

{
"name": "squire-rte",
"version": "2.2.3",
"version": "2.2.4",
"description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.",

@@ -5,0 +5,0 @@ "main": "dist/squire.mjs",

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