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

@types/pdfjs-dist

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pdfjs-dist - npm Package Compare versions

Comparing version 2.7.2 to 2.7.3

8

pdfjs-dist/index.d.ts

@@ -397,2 +397,8 @@ // Type definitions for PDF.js v2.7

interface GetTextContentParams {
normalizeWhitespace?: boolean;
disableCombineTextItems?: boolean;
includeMarkedContent?: boolean;
}
/**

@@ -455,3 +461,3 @@ * RenderTask is basically a promise but adds a cancel function to termiate it.

**/
getTextContent(): Promise<TextContent>;
getTextContent(params?: GetTextContentParams): Promise<TextContent>;

@@ -458,0 +464,0 @@ /**

7

pdfjs-dist/package.json
{
"name": "@types/pdfjs-dist",
"version": "2.7.2",
"version": "2.7.3",
"description": "TypeScript definitions for PDF.js",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pdfjs-dist",
"license": "MIT",

@@ -32,4 +33,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "4d05cb2d110000466d568adfa65d140ae72f6564dc3deb47138d921c270bc235",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "7e66bc87f8a1ac4f008378673da45bf79d9db4329e6a86f3c8db3f0f82933c62",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 19 May 2021 02:31:48 GMT
* Last updated: Wed, 09 Jun 2021 15:31:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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