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 2.6.0 to 2.7.0

7

CHANGELOG.md

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

# 2.7.0
- [Updates `js-draw` to v1.16.0](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1160)
- Snap zoom to powers of 10 when zooming with touch.
- Fix strokes flicker while rotating the screen.
- Prevent the selection rectangle from being incorrectly visible at the top left corner of the screen when starting a new selection.
# 2.6.0

@@ -2,0 +9,0 @@

6

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "2.6.0",
"version": "2.7.0",
"scripts": {

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

"dependencies": {
"@js-draw/material-icons": "1.15.0",
"js-draw": "1.15.0"
"@js-draw/material-icons": "1.16.0",
"js-draw": "1.16.0"
}
}

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

"app_min_version": "2.10",
"version": "2.6.0",
"version": "2.7.0",
"name": "Freehand Drawing",

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

],
"_publish_hash": "sha256:7b8c0c48f2a2f59f4fe77947357193bc975403d895c0a7b5e9f518276734b0a7",
"_publish_commit": "main:ef83618b644d2d66995d074c7d080da5c931ba0c"
"_publish_hash": "sha256:17f3e24c1727903035dced77f576c76cb6ae0e9f0fe5b0e4952ff997e73a95cb",
"_publish_commit": "main:c1829eaee5a00a46df603941dfacce4a952b8215"
}

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