pdfjs-dist 1.8.355 → 1.8.357
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pdfjs-dist might be problematic. Click here for more details.
- package/bower.json +1 -1
- package/build/pdf.combined.js +6 -6
- package/build/pdf.combined.js.map +1 -1
- package/build/pdf.js +6 -6
- package/build/pdf.js.map +1 -1
- package/build/pdf.min.js +2 -2
- package/build/pdf.worker.js +2 -2
- package/build/pdf.worker.js.map +1 -1
- package/lib/display/api.js +2 -2
- package/lib/display/global.js +2 -2
- package/lib/pdf.js +2 -2
- package/lib/pdf.worker.js +2 -2
- package/package.json +1 -1
package/build/pdf.worker.js
CHANGED
@@ -37144,8 +37144,8 @@ exports.Type1Parser = Type1Parser;
|
|
37144
37144
|
"use strict";
|
37145
37145
|
|
37146
37146
|
|
37147
|
-
var pdfjsVersion = '1.8.
|
37148
|
-
var pdfjsBuild = '
|
37147
|
+
var pdfjsVersion = '1.8.357';
|
37148
|
+
var pdfjsBuild = 'ca3cf6e7';
|
37149
37149
|
var pdfjsCoreWorker = __w_pdfjs_require__(8);
|
37150
37150
|
{
|
37151
37151
|
__w_pdfjs_require__(19);
|