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

vue3-pdfjs

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-pdfjs - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

components/vue-pdf/loading-task.d.ts
import { PDFDataRangeTransport } from 'pdfjs-dist';
import type { DocumentInitParameters, PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
import { DocumentInitParameters, PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api';
export declare const createLoadingTask: (src: string | URL | Uint8Array | PDFDataRangeTransport | typeof DocumentInitParameters) => typeof PDFDocumentLoadingTask;

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

import type { PDFDataRangeTransport } from 'pdfjs-dist';
import type { DocumentInitParameters } from 'pdfjs-dist/types/src/display/api';
import { PDFDataRangeTransport } from 'pdfjs-dist';
import { DocumentInitParameters } from 'pdfjs-dist/types/src/display/api';
export interface VuePdfPropsType {

@@ -4,0 +4,0 @@ src: string | URL | Uint8Array | PDFDataRangeTransport | typeof DocumentInitParameters;

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

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

@@ -11,0 +11,0 @@ "main": "cjs/index.js",

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