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.6.1 to 1.7.0

6

CHANGELOG.md

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

# 1.7.0
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0121)
- Bug fix: Closing color picker: Start drawing immediately, rather than require an extra tap.
- Use edge of strokes, rather than center, for erasing/selection. This was previously only the case for flat-tiped strokes.
- Adjustments to stroke smoothing.
# 1.6.1

@@ -2,0 +8,0 @@ * Bug fix: Don't apply template backgrounds when loading images that have no background.

4

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.6.1",
"version": "1.7.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.20.0"
"js-draw": "^0.21.0"
}
}

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

"app_min_version": "2.8",
"version": "1.6.1",
"version": "1.7.0",
"name": "Freehand Drawing",

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

],
"_publish_hash": "sha256:c3b44715b3ca0678684ed996b0c6d07d55a6aaf4bd909f9e623936396f2f68b4",
"_publish_commit": "main:9f209c4643b5e765c86d5a53ed55d7512fef5811"
"_publish_hash": "sha256:7b40cb5345a5766d3e630b705f74edde0ad9beda3b2410e1af974f4d0f616543",
"_publish_commit": "main:0dc39ada72a1d5fd61e13dcf0fc6ce8271c0a32e"
}

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