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/lib/display/api.js
CHANGED
@@ -1413,8 +1413,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
|
|
1413
1413
|
}();
|
1414
1414
|
var version, build;
|
1415
1415
|
{
|
1416
|
-
exports.version = version = '1.8.
|
1417
|
-
exports.build = build = '
|
1416
|
+
exports.version = version = '1.8.357';
|
1417
|
+
exports.build = build = 'ca3cf6e7';
|
1418
1418
|
}
|
1419
1419
|
exports.getDocument = getDocument;
|
1420
1420
|
exports.LoopbackPort = LoopbackPort;
|
package/lib/display/global.js
CHANGED
@@ -39,8 +39,8 @@ if (!_util.globalScope.PDFJS) {
|
|
39
39
|
}
|
40
40
|
var PDFJS = _util.globalScope.PDFJS;
|
41
41
|
{
|
42
|
-
PDFJS.version = '1.8.
|
43
|
-
PDFJS.build = '
|
42
|
+
PDFJS.version = '1.8.357';
|
43
|
+
PDFJS.build = 'ca3cf6e7';
|
44
44
|
}
|
45
45
|
PDFJS.pdfBug = false;
|
46
46
|
if (PDFJS.verbosity !== undefined) {
|
package/lib/pdf.js
CHANGED
@@ -14,8 +14,8 @@
|
|
14
14
|
*/
|
15
15
|
'use strict';
|
16
16
|
|
17
|
-
var pdfjsVersion = '1.8.
|
18
|
-
var pdfjsBuild = '
|
17
|
+
var pdfjsVersion = '1.8.357';
|
18
|
+
var pdfjsBuild = 'ca3cf6e7';
|
19
19
|
var pdfjsSharedUtil = require('./shared/util.js');
|
20
20
|
var pdfjsDisplayGlobal = require('./display/global.js');
|
21
21
|
var pdfjsDisplayAPI = require('./display/api.js');
|
package/lib/pdf.worker.js
CHANGED