New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pdftools/pdf-web-viewer

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pdftools/pdf-web-viewer - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0

5

es6/components/pdftools-viewer.d.ts

@@ -188,3 +188,6 @@ import { PdfToolsComponent } from '../core/pdftools-component';

clicked: (options: StickyNoteModalOptions) => void;
addEventListener: (eventName: "clicked", fn: (options: StickyNoteModalOptions) => void) => void;
addEventListener: (eventName: "clicked", fn: (options: StickyNoteModalOptions) => void) => void; /**
* When this is refactored, the condition may change depending on the implementation.
* For now, AnnotationReading is sufficient, but later on, we might include other feature checks such as AnnotationAdding.
*/
};

@@ -191,0 +194,0 @@ cancelButton: {

2

es6/core/types.d.ts

@@ -90,3 +90,3 @@ import { LicenseKey } from '@pdftools/pdf-web-sdk';

};
export type Cursor = 'auto' | 'crosshair';
export type Cursor = 'auto' | 'crosshair' | 'pointer' | 'wait';
export type ContextualMenuOptions = {

@@ -93,0 +93,0 @@ origin: Point;

{
"name": "@pdftools/pdf-web-viewer",
"version": "5.2.0",
"description": "",
"version": "5.3.0",
"description": "When Swiss precision matters for your valuable PDF documents.",
"main": "es6/index.js",

@@ -21,3 +21,3 @@ "types": "es6/index.js",

"dependencies": {
"@pdftools/pdf-web-sdk": "5.2.0"
"@pdftools/pdf-web-sdk": "5.3.0"
},

@@ -24,0 +24,0 @@ "module": "es6/index.js",

@@ -1,12 +0,11 @@

<h1 align="center">
<p align="center">
<br>
<br>
<img width="320" src="pdf-tools.svg" alt="Pdftools logo">
<br>
<br>
<br>
</h1>
<img width="320" src="https://pdftools-public-downloads-production.s3.eu-west-1.amazonaws.com/images/full-logo.png" alt="Pdftools logo" />
<br>
<br>
<br>
</p>
PDF Web Viewer
==============
# PDF Web Viewer

@@ -47,2 +46,2 @@ Integrate a comprehensive PDF viewer with editing capabilities into your web applications. The PDF Viewer SDK is a fully customizable development library for TypeScript. It is compatible with multiple frameworks and browsers. Its core is written in C++ and compiled as a web assembly to deliver a high-performance and high-accuracy experience.

The underlying PDF Web SDK used for building the PDF Web Viewer is available for download at the npm [PDF Web SDK](https://www.npmjs.com/package/@pdftools/pdf-web-sdk) page.
The underlying PDF Web SDK used for building the PDF Web Viewer is available for download at the npm [PDF Web SDK](https://www.npmjs.com/package/@pdftools/pdf-web-sdk) page.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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