Socket
Socket
Sign inDemoInstall

pdfjs

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfjs - npm Package Compare versions

Comparing version 2.4.4 to 2.4.5

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [2.4.5] - 2021-07-29
### Fixed
- Fixed PDF name parsing to accept empty names (`/`) #260
## [2.4.4] - 2021-06-22

@@ -11,0 +15,0 @@ ### Fixed

2

lib/object/name.js

@@ -5,3 +5,3 @@ 'use strict'

constructor(name) {
if (!name) {
if (name === undefined || name === null) {
throw new Error('A Name cannot be undefined')

@@ -8,0 +8,0 @@ }

{
"name": "pdfjs",
"author": "Markus Ast <npm.m@rkusa.st>",
"version": "2.4.4",
"version": "2.4.5",
"description": "A Portable Document Format (PDF) generation library targeting both the server- and client-side.",

@@ -6,0 +6,0 @@ "keywords": [

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