Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/pdfkit

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pdfkit - npm Package Compare versions

Comparing version
0.14.0
to
0.17.0
+6
-1
pdfkit/index.d.ts

@@ -442,2 +442,7 @@ /// <reference types="node" />

interface ExpandedAlign {
x?: "left" | "center" | "right" | "justify";
y?: "top" | "center" | "bottom";
}
interface CellOptions extends CellStyle {

@@ -455,3 +460,3 @@ /** The value, will be cast to a string (null and undefined are not rendered but the cell is still outlined) */

/** The alignment of the cell text (default {x: 'left', y: 'top'}) */
align?: { x?: "right" | "left"; y?: "top" | "bottom" };
align?: "center" | ExpandedAlign;
/** The text stroke (default 0) */

@@ -458,0 +463,0 @@ textStroke?: number | boolean;

+2
-2
{
"name": "@types/pdfkit",
"version": "0.14.0",
"version": "0.17.0",
"description": "TypeScript definitions for pdfkit",

@@ -56,4 +56,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pdfkit",

"peerDependencies": {},
"typesPublisherContentHash": "2b0fa9ab840f06e7670ca1df7a4a654e4517d5aad86f4eebcf51b4f404baf6e5",
"typesPublisherContentHash": "008372dd31229016ee51bb34aa3324764f9c3783b8fcb069921c3a95cc4b673a",
"typeScriptVersion": "5.1"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 11 Jun 2025 15:03:38 GMT
* Last updated: Thu, 10 Jul 2025 12:44:36 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@