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

vue-pdf-eurlanda

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-pdf-eurlanda - npm Package Compare versions

Comparing version 3.3.4 to 3.3.5

2

package.json

@@ -31,3 +31,3 @@ {

"scripts": {},
"version": "3.3.4"
"version": "3.3.5"
}

@@ -60,5 +60,6 @@ import { CMapCompressionType } from 'pdfjs-dist/lib/shared/util';

canvasElt.style.display = 'block';
canvasElt.style.width = '100%';
canvasElt.style.height = '100%';
canvasParent.appendChild(canvasElt);
console.log(canvasElt.offsetHeight);
function clearCanvas() {

@@ -238,3 +239,3 @@

console.log(pdfPage.getViewport(1).width,pdfPage.getViewport(1).height);
var widthscale = canvasElt.offsetWidth / pdfPage.getViewport(1).width * (window.devicePixelRatio || 1);

@@ -241,0 +242,0 @@ var heightscale = canvasElt.offsetHeight / pdfPage.getViewport(1).height * (window.devicePixelRatio || 1);

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