@types/pdfjs-dist
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -9,2 +9,10 @@ // Type definitions for PDF.js v2.1 | ||
declare const version: string; | ||
declare const GlobalWorkerOptions: GlobalWorkerOptions; | ||
interface GlobalWorkerOptions { | ||
workerSrc: string; | ||
} | ||
interface PDFPromise<T> { | ||
@@ -11,0 +19,0 @@ isResolved(): boolean; |
{ | ||
"name": "@types/pdfjs-dist", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript definitions for PDF.js", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4a6c834999d99cfa8e612563c3d781ee9e282146fe4f78936a2813f146f0a670", | ||
"typesPublisherContentHash": "e9281a559ce83770a91fa888b8965ea0b4160e613e44563fa2b4f2c9137978fe", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 05 Aug 2019 18:29:07 GMT | ||
* Last updated: Mon, 09 Sep 2019 14:08:32 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
16436
405