vuetify-pdfjs
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "vuetify-pdfjs", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Nice but simple PDF viewer with vuetify", | ||
@@ -18,22 +18,23 @@ "author": "Jerome CHENEAUX", | ||
"dev": "vite", | ||
"build": "rimraf dist/* && vite build", | ||
"build": "rimraf --glob dist/* && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"filestack-js": "^3.27.0", | ||
"filestack-js": "^3.32.0", | ||
"intersection-observer": "^0.12.2", | ||
"mitt": "^3.0.1", | ||
"pdfjs-dist": "^4.0.189", | ||
"vue": "3.3.8" | ||
"pdfjs-dist": "^4.2.67", | ||
"vue": "^3.4.26" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^3.2.0", | ||
"sass": "^1.57.1", | ||
"vite": "^3.2.3", | ||
"vite-plugin-css-injected-by-js": "^2.4.0", | ||
"vite-plugin-top-level-await": "^1.3.1", | ||
"sass": "^1.75.0", | ||
"vite": "^3.2.10", | ||
"vite-plugin-css-injected-by-js": "^3.5.1", | ||
"vite-plugin-resolve": "^2.5.1", | ||
"vite-plugin-top-level-await": "^1.4.1", | ||
"vite-plugin-vuetify": "^1.0.2", | ||
"vite-svg-loader": "^5.1.0", | ||
"vuetify": "^3.4.2" | ||
"vuetify": "^3.5.17" | ||
} | ||
} | ||
} |
@@ -9,12 +9,13 @@ # vuetify-pdfjs | ||
1.2 : FOR VUE2 ONLY | ||
1.2 : FOR VUE2 ONLY\ | ||
1.2.3 : Blurred pages corrected\ | ||
1.2.4 : Correct paginator color\ | ||
1.2.5 : Update vue version to 2.7.14\ | ||
1.2.6 : Come back to vue verison 2.6.14 | ||
1.2.6 : Come back to vue version 2.6.14 | ||
1.3 : FOR VUE3 ONLY\ | ||
1.3.0 : renewed\ | ||
1.3.1 : reduce bundle size | ||
1.3.2 : bugs corrected, optimized, add buttonColor prop | ||
1.3.1 : reduce bundle size\ | ||
1.3.2 : bugs corrected, optimized, add buttonColor prop\ | ||
1.3.3 : Add vite-plugin-resolve + Correct bug "Invalid `workerSrc` type" | ||
@@ -27,4 +28,4 @@ ## Setup for NUXT 3 | ||
$ npm install nuxt (tested with version 3.8.1 [vue version 3.3.8]) | ||
$ npm install vuetify-nuxt-module (tested with version 0.6.7) | ||
$ npm install nuxt (tested with version 3.11.2) | ||
$ npm install vuetify-nuxt-module (tested with version 0.13.2) | ||
@@ -31,0 +32,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
153477
287
86
1
9
+ Added@vue/compiler-core@3.5.13(transitive)
+ Added@vue/compiler-dom@3.5.13(transitive)
+ Added@vue/compiler-sfc@3.5.13(transitive)
+ Added@vue/compiler-ssr@3.5.13(transitive)
+ Added@vue/reactivity@3.5.13(transitive)
+ Added@vue/runtime-core@3.5.13(transitive)
+ Added@vue/runtime-dom@3.5.13(transitive)
+ Added@vue/server-renderer@3.5.13(transitive)
+ Added@vue/shared@3.5.13(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedvue@3.5.13(transitive)
- Removed@vue/compiler-core@3.3.8(transitive)
- Removed@vue/compiler-dom@3.3.8(transitive)
- Removed@vue/compiler-sfc@3.3.8(transitive)
- Removed@vue/compiler-ssr@3.3.8(transitive)
- Removed@vue/reactivity@3.3.8(transitive)
- Removed@vue/reactivity-transform@3.3.8(transitive)
- Removed@vue/runtime-core@3.3.8(transitive)
- Removed@vue/runtime-dom@3.3.8(transitive)
- Removed@vue/server-renderer@3.3.8(transitive)
- Removed@vue/shared@3.3.8(transitive)
- Removedvue@3.3.8(transitive)
Updatedfilestack-js@^3.32.0
Updatedpdfjs-dist@^4.2.67
Updatedvue@^3.4.26