Socket
Socket
Sign inDemoInstall

pdfvuer

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfvuer - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "pdfvuer",
"description": "A PDF viewer for Vue using Mozilla's PDF.js",
"version": "1.0.5",
"version": "1.0.6",
"author": "Gaurav Koley <arkokoley@live.in>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -13,3 +13,7 @@ # Pdfvuer

<template>
<pdf src="./static/relativity.pdf" :page=1></pdf>
<pdf src="./static/relativity.pdf" :page="1">
<template slot="loading">
loading content here...
</template>
</pdf>
</template>

@@ -46,3 +50,7 @@

<pdf :src="pdfdata" v-for="i in numPages" :key="i" :id="i" :page="i"
:scale="scale" style="width:100%;margin:20px auto;"></pdf>
:scale="scale" style="width:100%;margin:20px auto;">
<template slot="loading">
loading content here...
</template>
</pdf>
</div>

@@ -173,3 +181,3 @@ </template>

[Used in production by Gratiato](https://goodwill.zense.co.in/resources/1)
[Used in production by Gratia](https://goodwill.zense.co.in/resources/1)

@@ -176,0 +184,0 @@ > Made with :heart: at [IIIT Bangalore](http://iiitb.ac.in)

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