@types/pdfjs-dist
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -294,2 +294,7 @@ // Type definitions for PDF.js v2.1 | ||
/** | ||
* A promise that is resolved with an array that contains the permission flags for the PDF document. | ||
**/ | ||
getPermissions(): PDFPromise<number[]>; | ||
/** | ||
* A promise that is resolved with the info and metadata of the PDF. | ||
@@ -296,0 +301,0 @@ **/ |
{ | ||
"name": "@types/pdfjs-dist", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "TypeScript definitions for PDF.js", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e582716605fe9ceda865f5e2384785f9c45b513448004350cb0c9d9b3ec9f754", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "fe49d0eb1ed806c308bee358873bf4d2b8d0faea1de082b2085f2a0a8841fc6a", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 04 Nov 2020 15:56:27 GMT | ||
* Last updated: Mon, 07 Dec 2020 23:08:58 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
24032
608