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.0.0-alpha.5 to 2.0.0-alpha.6

4

CHANGELOG.md
# Changelog
## 2.0.0-alpha.6
- fix kerning for OTF fonts #84
## 2.0.0-alpha.5

@@ -4,0 +8,0 @@

2

lib/font/otf.js

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

if (right) {
const offset = -this.font.getKerningValue(left, right) * scale;
const offset = -this.font.getKerningValue(left, right);

@@ -57,0 +57,0 @@ if (offset !== 0) {

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