joplin-plugin-freehand-drawing
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -0,1 +1,4 @@ | ||
# 1.9.1 | ||
* [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#0122) | ||
# 1.9.0 | ||
@@ -2,0 +5,0 @@ - Updates German localization (thanks to @Mr-Kanister) |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"scripts": { | ||
@@ -18,5 +18,5 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"@types/codemirror": "5.60.7", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/markdown-it": "^12.2.3", | ||
"@types/node": "^18.14.0", | ||
"@types/node": "^20.1.2", | ||
"copy-webpack-plugin": "^11.0.0", | ||
@@ -26,12 +26,12 @@ "fs-extra": "^11.1.1", | ||
"on-build-webpack": "^0.1.0", | ||
"style-loader": "^3.3.1", | ||
"tar": "^6.1.13", | ||
"style-loader": "^3.3.2", | ||
"tar": "^6.1.14", | ||
"ts-loader": "^9.4.2", | ||
"typescript": "^4.9.1", | ||
"webpack": "^5.78.0", | ||
"webpack-cli": "^5.0.1" | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.82.1", | ||
"webpack-cli": "^5.1.1" | ||
}, | ||
"dependencies": { | ||
"js-draw": "^0.22.0" | ||
"js-draw": "^0.23.0" | ||
} | ||
} |
@@ -31,4 +31,4 @@ { | ||
], | ||
"_publish_hash": "sha256:23e49d65a93be296a99f42feac0a4186d7a99bebf0521c0fdf6451a107e6d913", | ||
"_publish_commit": "main:e8bbfabe344de2877a2da269bc37ba2f9516c1b7" | ||
"_publish_hash": "sha256:deeea67da025eba59eb01a1465e62320b8b841a2f689c538c7b25cc7162c4f3c", | ||
"_publish_commit": "main:7f8dc8de441ce15f8063573aaab4142c31e51104" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
417765
1
+ Addedjs-draw@0.23.1(transitive)
- Removedjs-draw@0.22.1(transitive)
Updatedjs-draw@^0.23.0