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

ng2-pdf-viewer

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-pdf-viewer - npm Package Compare versions

Comparing version 10.0.0 to 10.1.0

7

package.json
{
"name": "ng2-pdf-viewer",
"version": "10.0.0",
"version": "10.1.0",
"description": "Angular 5+ component for rendering PDF",

@@ -27,8 +27,5 @@ "license": "MIT",

"dependencies": {
"pdfjs-dist": "~2.16.105",
"pdfjs-dist": "^3.10.111",
"tslib": "^2.3.0"
},
"peerDependencies": {
"pdfjs-dist": "~2.16.105"
},
"module": "fesm2022/ng2-pdf-viewer.mjs",

@@ -35,0 +32,0 @@ "typings": "index.d.ts",

@@ -33,9 +33,9 @@ <h1 align="center">Angular PDF Viewer</h1>

* [Install](README.md#install)
* [Usage](README.md#usage)
* [Options](README.md#options)
* [Render local PDF file](README.md#render-local-pdf-file)
* [Set custom path to the worker](README.md#set-custom-path-to-the-worker)
* [Search in the PDF](README.md#search-in-the-pdf)
* [Contribute](README.md#contribute)
* [Install](#install)
* [Usage](#usage)
* [Options](#options)
* [Render local PDF file](#render-local-pdf-file)
* [Set custom path to the worker](#set-custom-path-to-the-worker)
* [Search in the PDF](#search-in-the-pdf)
* [Contribute](#contribute)

@@ -42,0 +42,0 @@ ## Install

@@ -5,3 +5,3 @@ export type PDFPageProxy = import('pdfjs-dist/types/src/display/api').PDFPageProxy;

export type PDFDocumentLoadingTask = import('pdfjs-dist/types/src/display/api').PDFDocumentLoadingTask;
export type PDFViewerOptions = import('pdfjs-dist/types/web/base_viewer').PDFViewerOptions;
export type PDFViewerOptions = import('pdfjs-dist/types/web/pdf_viewer').PDFViewerOptions;
export interface PDFProgressData {

@@ -8,0 +8,0 @@ loaded: number;

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 not supported yet

Sorry, the diff of this file is not supported yet

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