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 3.3.7 to 3.3.8

2

package.json

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

"scripts": {},
"version": "3.3.7"
"version": "3.3.8"
}

@@ -96,4 +96,4 @@ import resizeSensor from 'vue-resize-sensor'

var height = document.getElementById("container").offsetHeight;
var width = document.getElementById("container").offsetWidth;
var height = document.getElementById(this.container).offsetHeight;
var width = document.getElementById(this.container).offsetWidth;
this.$refs.canvasParent.style.height = height;

@@ -100,0 +100,0 @@ this.pdf = new PDFJSWrapper(this.$refs.canvasParent, this.$refs.annotationLayer, this.$emit.bind(this));

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