New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vuetify-pdfjs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify-pdfjs - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

23

package.json
{
"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

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