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

@bundled-es-modules/pdfjs-dist

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundled-es-modules/pdfjs-dist - npm Package Compare versions

Comparing version 2.2.228-alpha1 to 2.5.207-rc1

8

build/pdf.worker.entry.js

@@ -1,2 +0,2 @@

/* Copyright 2016 Mozilla Foundation
/* Copyright 2020 Mozilla Foundation
*

@@ -16,3 +16,5 @@ * Licensed under the Apache License, Version 2.0 (the "License");

(typeof window !== 'undefined' ? window : {}).pdfjsWorker =
require('./pdf.worker.js');
(typeof window !== "undefined"
? window
: {}
).pdfjsWorker = require("./pdf.worker.js");
{
"name": "@bundled-es-modules/pdfjs-dist",
"version": "2.2.228-alpha1",
"version": "2.5.207-rc1",
"description": "mirror of pdfjs-dist, bundled and exposed as ES module",

@@ -16,12 +16,13 @@ "author": "Rob Resendez (resendez.java@gmail.com)",

"devDependencies": {
"@web/dev-server": "^0.1.4",
"babel-core": "^6.26.3",
"core-js": "^2.5.7",
"pdfjs-dist": "2.2.228",
"pdfjs-dist": "2.5.207",
"rollup": "^1.0.0",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-ignore": "^1.0.5",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-ignore": "^1.0.5",
"rollup-plugin-replace": "^2.1.0",

@@ -31,4 +32,5 @@ "semver": ">=4.3.2"

"scripts": {
"build": "rollup -c ./rollup.config.js"
"build": "rollup -c ./rollup.config.js",
"start": "web-dev-server --node-resolve --root-dir ./ --watch --app-index demo/index.html --open"
}
}

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 not supported yet

Sorry, the diff of this file is too big to display

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