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/bower.json
CHANGED
package/build/pdf.combined.js
CHANGED
@@ -12822,8 +12822,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
|
|
12822
12822
|
}();
|
12823
12823
|
var version, build;
|
12824
12824
|
{
|
12825
|
-
exports.version = version = '1.8.
|
12826
|
-
exports.build = build = '
|
12825
|
+
exports.version = version = '1.8.357';
|
12826
|
+
exports.build = build = 'ca3cf6e7';
|
12827
12827
|
}
|
12828
12828
|
exports.getDocument = getDocument;
|
12829
12829
|
exports.LoopbackPort = LoopbackPort;
|
@@ -28229,8 +28229,8 @@ if (!_util.globalScope.PDFJS) {
|
|
28229
28229
|
}
|
28230
28230
|
var PDFJS = _util.globalScope.PDFJS;
|
28231
28231
|
{
|
28232
|
-
PDFJS.version = '1.8.
|
28233
|
-
PDFJS.build = '
|
28232
|
+
PDFJS.version = '1.8.357';
|
28233
|
+
PDFJS.build = 'ca3cf6e7';
|
28234
28234
|
}
|
28235
28235
|
PDFJS.pdfBug = false;
|
28236
28236
|
if (PDFJS.verbosity !== undefined) {
|
@@ -43816,8 +43816,8 @@ exports.TilingPattern = TilingPattern;
|
|
43816
43816
|
"use strict";
|
43817
43817
|
|
43818
43818
|
|
43819
|
-
var pdfjsVersion = '1.8.
|
43820
|
-
var pdfjsBuild = '
|
43819
|
+
var pdfjsVersion = '1.8.357';
|
43820
|
+
var pdfjsBuild = 'ca3cf6e7';
|
43821
43821
|
var pdfjsSharedUtil = __w_pdfjs_require__(0);
|
43822
43822
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(26);
|
43823
43823
|
var pdfjsDisplayAPI = __w_pdfjs_require__(10);
|