vuetify-pdfjs
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"_id": "vuetify-pdfjs@1.2.4", | ||
"_id": "vuetify-pdfjs@1.2.5", | ||
"_inBundle": false, | ||
@@ -13,8 +13,8 @@ "_integrity": "", | ||
"dependencies": { | ||
"debug": "^4.3.2", | ||
"filestack-js": "^3.24.1", | ||
"intersection-observer": "^0.12.0", | ||
"debug": "^4.3.4", | ||
"filestack-js": "^3.25.0", | ||
"intersection-observer": "^0.12.2", | ||
"lodash": "^4.17.21", | ||
"pdfjs-dist": "2.6.347", | ||
"vue": "^2.6.14" | ||
"vue": "^2.7.14" | ||
}, | ||
@@ -31,3 +31,3 @@ "description": "Nice but simple PDF viewer", | ||
"vue-svg-loader": "^0.16.0", | ||
"vue-template-compiler": "^2.6.14" | ||
"vue-template-compiler": "^2.7.14" | ||
}, | ||
@@ -52,4 +52,4 @@ "bundleDependencies": [ | ||
"author": "Jerome CHENEAUX", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"license": "MIT" | ||
} |
# vuetify-pdfjs | ||
nice but Simple PDF viewer. Needs vuetify and @mdi/js. | ||
nice but Simple PDF viewer. Needs vuetify@2 and @mdi/js. | ||
@@ -9,4 +9,5 @@ This project demonstrates how a simple PDF viewer could be implemented using Vue, Vuetify and PDF.js. This is not a fully-featured PDF document viewer with sophisticated controls, but could serve as the basis for one. | ||
1.2.3 : Blurred pages corrected | ||
1.2.4 : Correct paginator color | ||
1.2.3 : Blurred pages corrected. | ||
1.2.4 : Correct paginator color. | ||
1.2.5 : Update vue version to 2.7.14. | ||
@@ -13,0 +14,0 @@ ## Setup |
Sorry, the diff of this file is not supported yet
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
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
41896
63
Updateddebug@^4.3.4
Updatedfilestack-js@^3.25.0
Updatedvue@^2.7.14