@types/pdfjs-dist
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -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 @@ /** |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
24053
607