Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdf-vue3

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf-vue3 - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

15

dist/types/pdf-vue3.vue.d.ts

@@ -1,2 +0,2 @@

import type { PDFDocumentProxy } from './index';
import type { PDFDocumentProxy } from "./index";
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

@@ -76,3 +76,9 @@ src: {

};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
cMapUrl: {
type: import("vue").PropType<string>;
default: string;
};
}, {
reload: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
onProgress: (loadRatio: number) => void;

@@ -157,2 +163,6 @@ onComplete: () => void;

};
cMapUrl: {
type: import("vue").PropType<string>;
default: string;
};
}>> & {

@@ -183,2 +193,3 @@ onOnProgress?: ((loadRatio: number) => any) | undefined;

page: number;
cMapUrl: string;
}, {}>, {

@@ -185,0 +196,0 @@ progress?: ((props: {

2

package.json
{
"name": "pdf-vue3",
"version": "1.0.11",
"version": "1.0.12",
"description": "vue3 pdf viewer",

@@ -5,0 +5,0 @@ "main": "./dist/pdf-vue3.js",

@@ -46,2 +46,3 @@ # pdf-vue3

| `page` | Controls the current page number, and supports responsive variables to dynamically change the page number. The default value is `1` | `number` |
| `cMapUrl` | Custom cMapUrl. The default value is `https://unpkg.com/pdfjs-dist@3.7.107/cmaps/` | `string` |
| `httpHeaders` | Basic authentication headers. | `object` |

@@ -48,0 +49,0 @@ | `withCredentials` | Indicates whether or not cross-site Access-Control requests should be made using credentials such as cookies or authorization headers. The default is `false`. | `boolean` |

Sorry, the diff of this file is too big to display

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