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.1.0 to 0.1.1

12

pdfmake/index.d.ts

@@ -42,3 +42,15 @@ // Type definitions for pdfmake 0.1

interface TDocumentInformation {
title?: string;
author?: string;
subject?: string;
keywords?: string;
}
type TDocumentHeaderFooterFunction = (currentPage: number, pageCount: number) => any;
interface TDocumentDefinitions {
info?: TDocumentInformation;
header?: any;
footer?: any;
content: any;

@@ -45,0 +57,0 @@ styles?: any;

4

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

@@ -25,4 +25,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "7f95aa8ca54a961b0438257fb13f3c43e61913f5590a0fb178e6e6c915963fa4",
"typesPublisherContentHash": "d0341b3ad931e06c0303b01fee60f69dbb0ca26d3697d225b573b5386aafa3a1",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 09 Apr 2018 19:19:35 GMT
* Last updated: Mon, 30 Apr 2018 16:18:31 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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