Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.21 to 1.0.22

2

package.json

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

"scripts": {},
"version": "1.0.21"
"version": "1.0.22"
}

@@ -87,5 +87,5 @@ import resizeSensor from 'vue-resize-sensor'

if (resolutionScale < 0.85 || resolutionScale > 1.15) {
this.pdf.renderPage(this.rotate);
}
//if (resolutionScale < 0.85 || resolutionScale > 1.15) {
this.pdf.renderPage(this.rotate);
//}

@@ -126,4 +126,4 @@

//初始设置高度
//let docheight = document.getElementById(this.container).offsetHeight;
//this.pdf.setCanvasHeight(docheight + "px");
let docheight = document.getElementById(this.container).offsetHeight;
this.pdf.setCanvasHeight(docheight + "px");
this.pdf.loadDocument(this.src);

@@ -130,0 +130,0 @@ },

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