Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

joplin-plugin-freehand-drawing

Package Overview
Dependencies
Maintainers
1
Versions
79
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.7.0 to 1.8.0

5

CHANGELOG.md

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

# 1.8.0
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0122)
- Improved German localization (thanks to @Mr-Kanister)
- Don't draw when the user **clicks** on the canvas to close the color picker. Drawing is still done if the user clicks and drags.
# 1.7.0

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

8

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.7.0",
"version": "1.8.0",
"scripts": {

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

"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"glob": "^8.1.0",

@@ -30,8 +30,8 @@ "on-build-webpack": "^0.1.0",

"typescript": "^4.9.1",
"webpack": "^5.76.3",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"js-draw": "^0.21.0"
"js-draw": "^0.22.0"
}
}

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

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

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

],
"_publish_hash": "sha256:7b40cb5345a5766d3e630b705f74edde0ad9beda3b2410e1af974f4d0f616543",
"_publish_commit": "main:0dc39ada72a1d5fd61e13dcf0fc6ce8271c0a32e"
"_publish_hash": "sha256:ac3c6ed3299820318656bb07fe926e74371a5a9528a531326cc6ce7d98116b79",
"_publish_commit": "main:2f875712b8e650677f081eee324bd9982f4f521e"
}

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