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

svelte-pdfjs

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-pdfjs - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

2

package.json
{
"name": "svelte-pdfjs",
"version": "0.3.7",
"version": "0.3.8",
"devDependencies": {

@@ -5,0 +5,0 @@ "@sveltejs/adapter-netlify": "^1.0.0-next.44",

import { SvelteComponentTyped } from "svelte";
import type { PDFPageProxy } from 'pdfjs-dist/types/src/display/api';
import * as PDFJS from 'pdfjs-dist';
import type { PageViewport } from 'pdfjs-dist/types/src/display/display_utils';
declare const __propDef: {
props: {
page: PDFPageProxy;
page: PDFJS.PDFPageProxy;
viewport: PageViewport;

@@ -8,0 +8,0 @@ };

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