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.4.5 to 1.4.6

7

CHANGELOG.md

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

# 1.4.6
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0172)
- Fixes canvas not resizing on window resize.
- Fixes changing the color of duplicated text objects.
* Bug fixes
- Fixes "insert image" button not working in the rich text editor.
# 1.4.5

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

24

package.json
{
"name": "joplin-plugin-freehand-drawing",
"version": "1.4.5",
"version": "1.4.6",
"scripts": {

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

"devDependencies": {
"@types/codemirror": "5.60.7",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.13",
"@types/node": "^18.14.0",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"on-build-webpack": "^0.1.0",
"style-loader": "^3.3.1",
"tar": "^6.1.11",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
"tar": "^6.1.13",
"ts-loader": "^9.4.2",
"typescript": "^4.9.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"js-draw": "^0.16.0"
},
"packageManager": "yarn@3.4.1"
"js-draw": "^0.17.2"
}
}

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

"app_min_version": "2.8",
"version": "1.4.5",
"version": "1.4.6",
"name": "Freehand Drawing",

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

],
"_publish_hash": "sha256:16b04688e8374470b128f932648006af53a934ac5d6d8b20813553252a957d9e",
"_publish_commit": "main:738dd244190a6027e4c0b3db5a41aa4a64d7d69c"
"_publish_hash": "sha256:c576253564146d347f790ae4616d4b8594a960f2771c1981c0ff135c57f80b94",
"_publish_commit": "main:39a721b030e95e825540a20452ccd527035914b4"
}

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