Socket
Socket
Sign inDemoInstall

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.0.9 to 0.1.0

4

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

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

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

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

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

@@ -3,0 +3,0 @@ src: string | URL | TypedArray | PDFDataRangeTransport | DocumentInitParameters;

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

"license": "MIT",
"version": "0.0.9",
"version": "0.1.0",
"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