Socket
Socket
Sign inDemoInstall

joplin-plugin-freehand-drawing

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joplin-plugin-freehand-drawing - npm Package Compare versions

Comparing version 1.11.0 to 1.12.0

7

CHANGELOG.md

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

# 1.12.0
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0250)
- Possible fix for strokes canceling on pen up on some devices.
- Fix strokes sometimes not resizing properly on zoom.
- Fix `r` and `R` keys causing rotation in the same direction (they should cause rotation in opposite directions).
- Switch to a different pen type submenu.
# 1.11.0

@@ -2,0 +9,0 @@ * [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0240)

4

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.11.0",
"version": "1.12.0",
"scripts": {

@@ -33,4 +33,4 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",

"dependencies": {
"js-draw": "^0.24.0"
"js-draw": "^0.25.0"
}
}

@@ -5,3 +5,3 @@ {

"app_min_version": "2.8",
"version": "1.11.0",
"version": "1.12.0",
"name": "Freehand Drawing",

@@ -35,4 +35,4 @@ "description": "Create and edit drawings with js-draw.",

],
"_publish_hash": "sha256:31e07e2eac6cf532add9fa2b864eb658c9e6a999de95e190ae30dbe0216423f4",
"_publish_commit": "main:45a5f67e8368b88fa77e0835b6da60d4e7950b8c"
"_publish_hash": "sha256:21d1bee8d508cc292baedc91f75ceff0e7154be16aa82dbe6bcca41962dbac82",
"_publish_commit": "main:13ba07597bb3e9c61be2b8bba350d1b7143295dd"
}

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