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.4.1 to 1.4.2

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# 1.4.2
* Updates `js-draw`
- Activate shortcuts with `cmd` in addition to `ctrl`. E.g. on MacOS, cmd+a should select everything when the selection tool is enabled.
- Allow mirroring the seleciton.
# 1.4.1
* Updates `js-draw`
- Rotation snapping while rotating the screen with touch
# 1.4.0

@@ -2,0 +11,0 @@ * Updates `js-draw`

4

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.4.1",
"version": "1.4.2",
"scripts": {

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

"dependencies": {
"js-draw": "^0.13.1"
"js-draw": "^0.14.0"
}
}

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

"app_min_version": "2.8",
"version": "1.4.1",
"version": "1.4.2",
"name": "Freehand Drawing",

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

],
"_publish_hash": "sha256:e44f76f915c10e1b0aba8e94e360b16e2e1d96d690af1c7f144ce3cf3b4cb3f7",
"_publish_commit": "main:5c3cace375f499f235e0843821543086201896f0"
"_publish_hash": "sha256:507db1b4bce8ee1305c855457b8162a0816d4a973fb099b5d636bd549c47a322",
"_publish_commit": "main:6ee37e9a95219b57d1254292517d69e46374fee3"
}

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