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.7 to 1.0.8

9

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

@@ -71,2 +71,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{

};
page: {
type: import("vue").PropType<number>;
default: number;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {

@@ -146,2 +150,6 @@ onProgress: (loadRatio: number) => void;

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

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

rowGap: number;
page: number;
}, {}>, {

@@ -171,0 +180,0 @@ progress?: ((props: {

2

package.json
{
"name": "pdf-vue3",
"version": "1.0.7",
"version": "1.0.8",
"description": "vue3 pdf viewer",

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

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

| `rowGap` | Line spacing between pdf pages. The default value is `8`. | `number` |
| `page` | Controls the current page number, and supports responsive variables to dynamically change the page number. The default value is `1` | `number` |
| `httpHeaders` | Basic authentication headers. | `object` |

@@ -47,0 +48,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

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