Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdfjs-dist

Package Overview
Dependencies
Maintainers
3
Versions
1544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfjs-dist - npm Package Compare versions

Comparing version 2.0.444 to 2.0.447

2

bower.json
{
"name": "pdfjs-dist",
"version": "2.0.444",
"version": "2.0.447",
"main": [

@@ -5,0 +5,0 @@ "build/pdf.js",

@@ -226,3 +226,3 @@ /**

var apiVersion = docParams.apiVersion;
var workerVersion = '2.0.444';
var workerVersion = '2.0.447';
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.444',
apiVersion: '2.0.447',
source: {

@@ -1669,4 +1669,4 @@ data: source.data,

{
exports.version = version = '2.0.444';
exports.build = build = '63c7aee1';
exports.version = version = '2.0.447';
exports.build = build = 'c0b22da0';
}

@@ -1673,0 +1673,0 @@ exports.getDocument = getDocument;

@@ -24,4 +24,4 @@ /**

var pdfjsVersion = '2.0.444';
var pdfjsBuild = '63c7aee1';
var pdfjsVersion = '2.0.447';
var pdfjsBuild = 'c0b22da0';
var pdfjsSharedUtil = require('./shared/util.js');

@@ -28,0 +28,0 @@ var pdfjsDisplayAPI = require('./display/api.js');

@@ -24,5 +24,5 @@ /**

var pdfjsVersion = '2.0.444';
var pdfjsBuild = '63c7aee1';
var pdfjsVersion = '2.0.447';
var pdfjsBuild = 'c0b22da0';
var pdfjsCoreWorker = require('./core/worker.js');
exports.WorkerMessageHandler = pdfjsCoreWorker.WorkerMessageHandler;

@@ -51,4 +51,4 @@ /**

var pdfjsVersion = '2.0.444';
var pdfjsBuild = '63c7aee1';
var pdfjsVersion = '2.0.447';
var pdfjsBuild = 'c0b22da0';
exports.PDFViewer = _pdf_viewer.PDFViewer;

@@ -55,0 +55,0 @@ exports.PDFSinglePageViewer = _pdf_single_page_viewer.PDFSinglePageViewer;

{
"name": "pdfjs-dist",
"version": "2.0.444",
"version": "2.0.447",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc