You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-pdf

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pdf - npm Package Compare versions

Comparing version

to
10.0.1

1

dist/index.d.ts

@@ -14,2 +14,3 @@ import * as pdfjs from 'pdfjs-dist';

export type { ThumbnailProps } from './Thumbnail.js';
export type { PasswordResponses as PasswordResponsesType, StructTreeNode, TextContent, TextItem, TextMarkedContent, } from './shared/types.js';
export { pdfjs, Document, Outline, Page, Thumbnail, useDocumentContext, useOutlineContext, usePageContext, PasswordResponses, };

2

package.json
{
"name": "react-pdf",
"version": "10.0.0",
"version": "10.0.1",
"description": "Display PDFs in your React app as easily as if they were images.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -18,2 +18,9 @@ import * as pdfjs from 'pdfjs-dist';

export type { ThumbnailProps } from './Thumbnail.js';
export type {
PasswordResponses as PasswordResponsesType,
StructTreeNode,
TextContent,
TextItem,
TextMarkedContent,
} from './shared/types.js';

@@ -20,0 +27,0 @@ import { displayWorkerWarning } from './shared/utils.js';