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.0 to 0.2.1

20

pdfmake/interfaces.d.ts

@@ -887,9 +887,2 @@ /// <reference types="node" />

stack: Content[];
/**
* Controls whether the contents of the stack should be kept together on the same page.
*
* Defaults to `false`.
*/
unbreakable?: boolean | undefined;
}

@@ -1343,2 +1336,9 @@

headlineLevel?: number | undefined;
/**
* Controls whether the element should be kept together on the same page.
*
* Defaults to `false`.
*/
unbreakable?: boolean | undefined;
}

@@ -1431,3 +1431,7 @@

export interface ColumnProperties {
/** Column width. */
/**
* Column width.
*
* Defaults to `*`.
*/
width?: Size | undefined;

@@ -1434,0 +1438,0 @@ }

4

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

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

},
"typesPublisherContentHash": "595d6d2bfcd740265c15926c7a2f40122079de2cf10840c39eee7ed4673377c6",
"typesPublisherContentHash": "8978a7676c4b6067d9b45387887b66d134e9906504f4a1b9778f57992d613f08",
"typeScriptVersion": "4.0"
}

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

### Additional Details
* Last updated: Thu, 07 Jul 2022 09:02:22 GMT
* Last updated: Sun, 31 Jul 2022 15:32:18 GMT
* Dependencies: [@types/pdfkit](https://npmjs.com/package/@types/pdfkit), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: `pdfMake`

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