Socket
Socket
Sign inDemoInstall

@types/pdfmake

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pdfmake - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

14

pdfmake/interfaces.d.ts

@@ -1359,2 +1359,11 @@ /// <reference types="node" />

mask?: number | undefined;
/**
* Padding on all sides of the QR code, specified as multiples of the size of a QR code pixel.
*
* The padding does not affect the size of the QR code itself, even if {@link fit} is specified.
*
* Defaults to `0`.
*/
padding?: number | undefined;
}

@@ -2147,2 +2156,7 @@

patterns?: Record<string, Pattern> | undefined;
/**
* Document language as BCP 47 language tag, e.g. `en-US`.
*/
language?: string | undefined;
}

@@ -2149,0 +2163,0 @@

8

pdfmake/package.json
{
"name": "@types/pdfmake",
"version": "0.2.8",
"version": "0.2.9",
"description": "TypeScript definitions for pdfmake",

@@ -39,3 +39,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pdfmake",

{
"name": "Michael Strobel",
"name": "Michael Manzinger",
"githubUsername": "kryops",

@@ -57,4 +57,4 @@ "url": "https://github.com/kryops"

},
"typesPublisherContentHash": "4a4d89ccdd862d40e7ccd3fe7a3d452d3d9aa54709d9931fb0d9288468f5c070",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "1498fc165d1903e06096712cefaf925d2f3b809f79fa8fb7e16883fd7d1ce6a2",
"typeScriptVersion": "4.6"
}

@@ -11,6 +11,6 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Mon, 05 Feb 2024 22:35:26 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/pdfkit](https://npmjs.com/package/@types/pdfkit)
# Credits
These definitions were written by [Milen Stefanov](https://github.com/m1llen1um), [Rajab Shakirov](https://github.com/radziksh), [Enzo Volkmann](https://github.com/evolkmann), [Andi Pätzold](https://github.com/andipaetzold), [Neal Mummau](https://github.com/nmummau), [Jean-Raphaël Matte](https://github.com/jeralm), and [Michael Strobel](https://github.com/kryops).
These definitions were written by [Milen Stefanov](https://github.com/m1llen1um), [Rajab Shakirov](https://github.com/radziksh), [Enzo Volkmann](https://github.com/evolkmann), [Andi Pätzold](https://github.com/andipaetzold), [Neal Mummau](https://github.com/nmummau), [Jean-Raphaël Matte](https://github.com/jeralm), and [Michael Manzinger](https://github.com/kryops).
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