Socket
Socket
Sign inDemoInstall

vue3-pdfjs

Package Overview
Dependencies
104
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

5

components/vue-pdf/loading-task.d.ts

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

import { PDFDataRangeTransport } from 'pdfjs-dist';
import { DocumentInitParameters, PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
export declare const createLoadingTask: (src: string | URL | Uint8Array | PDFDataRangeTransport | typeof DocumentInitParameters) => typeof PDFDocumentLoadingTask;
import { DocumentInitParameters, PDFDataRangeTransport, PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
export declare const createLoadingTask: (src: string | URL | Uint8Array | PDFDataRangeTransport | DocumentInitParameters) => PDFDocumentLoadingTask;

@@ -1,5 +0,4 @@

import { PDFDataRangeTransport } from 'pdfjs-dist';
import { DocumentInitParameters } from 'pdfjs-dist/types/src/display/api';
import { DocumentInitParameters, PDFDataRangeTransport } from 'pdfjs-dist/types/src/display/api';
export interface VuePdfPropsType {
src: string | URL | Uint8Array | PDFDataRangeTransport | typeof DocumentInitParameters;
src: string | URL | Uint8Array | PDFDataRangeTransport | DocumentInitParameters;
page?: number;

@@ -6,0 +5,0 @@ scale?: number;

4

package.json

@@ -8,3 +8,3 @@ {

"license": "MIT",
"version": "0.1.3",
"version": "0.1.4",
"private": false,

@@ -34,3 +34,3 @@ "main": "cjs/index.js",

"dependencies": {
"pdfjs-dist": "^2.9.359",
"pdfjs-dist": "^2.10.377",
"vue": "^3.2.19"

@@ -37,0 +37,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc