Socket
Socket
Sign inDemoInstall

pdfjs

Package Overview
Dependencies
13
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

6

CHANGELOG.md

@@ -9,3 +9,9 @@ # Changelog

## [2.4.1] - 2020-08-08
### Fixed
- Reverted the broken change made in `2.4.0` - sorry for that!
## [2.4.0] - 2020-08-08
Unpublished.
### Changed

@@ -12,0 +18,0 @@ - Corrected how text is encoded to the PDF

2

lib/object/string.js

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

// left pad zeroes
h = ('00' + h).slice(-2)
h = ('0000' + h).slice(-4)
hex += h

@@ -19,0 +19,0 @@ }

{
"name": "pdfjs",
"author": "Markus Ast <npm.m@rkusa.st>",
"version": "2.4.0",
"version": "2.4.1",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc