pdfjs-dist
Advanced tools
Comparing version 2.0.442 to 2.0.444
{ | ||
"name": "pdfjs-dist", | ||
"version": "2.0.442", | ||
"version": "2.0.444", | ||
"main": [ | ||
@@ -5,0 +5,0 @@ "build/pdf.js", |
@@ -16,3 +16,3 @@ /* Copyright 2016 Mozilla Foundation | ||
(typeof window !== 'undefined' ? window : {}).pdfjsDistBuildPdfWorker = | ||
(typeof window !== 'undefined' ? window : {}).pdfjsWorker = | ||
require('./pdf.worker.js'); |
@@ -226,3 +226,3 @@ /** | ||
var apiVersion = docParams.apiVersion; | ||
var workerVersion = '2.0.442'; | ||
var workerVersion = '2.0.444'; | ||
if (apiVersion !== null && apiVersion !== workerVersion) { | ||
@@ -229,0 +229,0 @@ throw new Error('The API version "' + apiVersion + '" does not match ' + ('the Worker version "' + workerVersion + '".')); |
@@ -237,3 +237,3 @@ /** | ||
docId: docId, | ||
apiVersion: '2.0.442', | ||
apiVersion: '2.0.444', | ||
source: { | ||
@@ -798,3 +798,3 @@ data: source.data, | ||
} | ||
return window.pdfjsDistBuildPdfWorker && window.pdfjsDistBuildPdfWorker.WorkerMessageHandler; | ||
return window.pdfjsWorker && window.pdfjsWorker.WorkerMessageHandler; | ||
} | ||
@@ -814,3 +814,3 @@ var fakeWorkerFilesLoadedCapability = void 0; | ||
_util.Util.loadScript(getWorkerSrc(), function () { | ||
callback(window.pdfjsDistBuildPdfWorker.WorkerMessageHandler); | ||
callback(window.pdfjsWorker.WorkerMessageHandler); | ||
}); | ||
@@ -1671,4 +1671,4 @@ }; | ||
{ | ||
exports.version = version = '2.0.442'; | ||
exports.build = build = '3bfc797b'; | ||
exports.version = version = '2.0.444'; | ||
exports.build = build = '63c7aee1'; | ||
} | ||
@@ -1675,0 +1675,0 @@ exports.getDocument = getDocument; |
@@ -24,4 +24,4 @@ /** | ||
var pdfjsVersion = '2.0.442'; | ||
var pdfjsBuild = '3bfc797b'; | ||
var pdfjsVersion = '2.0.444'; | ||
var pdfjsBuild = '63c7aee1'; | ||
var pdfjsSharedUtil = require('./shared/util.js'); | ||
@@ -28,0 +28,0 @@ var pdfjsDisplayAPI = require('./display/api.js'); |
@@ -24,5 +24,5 @@ /** | ||
var pdfjsVersion = '2.0.442'; | ||
var pdfjsBuild = '3bfc797b'; | ||
var pdfjsVersion = '2.0.444'; | ||
var pdfjsBuild = '63c7aee1'; | ||
var pdfjsCoreWorker = require('./core/worker.js'); | ||
exports.WorkerMessageHandler = pdfjsCoreWorker.WorkerMessageHandler; |
@@ -51,4 +51,4 @@ /** | ||
var pdfjsVersion = '2.0.442'; | ||
var pdfjsBuild = '3bfc797b'; | ||
var pdfjsVersion = '2.0.444'; | ||
var pdfjsBuild = '63c7aee1'; | ||
exports.PDFViewer = _pdf_viewer.PDFViewer; | ||
@@ -55,0 +55,0 @@ exports.PDFSinglePageViewer = _pdf_single_page_viewer.PDFSinglePageViewer; |
{ | ||
"name": "pdfjs-dist", | ||
"version": "2.0.442", | ||
"version": "2.0.444", | ||
"main": "build/pdf.js", | ||
@@ -5,0 +5,0 @@ "description": "Generic build of Mozilla's PDF.js library.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
11018571