New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@types/jspdf

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jspdf - npm Package Compare versions

Comparing version
1.3.0
to
1.3.1
+2
-1
jspdf/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for jsPDF 1.3

// Frank Brullo <https://github.com/frankbrullo>
// Leon Montealegre <https://github.com/leonmontealegre>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -14,3 +15,3 @@

unit?:string,
format?:string,
format?:string|Array<Number>,
compressPdf?:number);

@@ -17,0 +18,0 @@

{
"name": "@types/jspdf",
"version": "1.3.0",
"version": "1.3.1",
"description": "TypeScript definitions for jsPDF",

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "frankbrullo"
},
{
"name": "Leon Montealegre",
"url": "https://github.com/leonmontealegre",
"githubUsername": "leonmontealegre"
}

@@ -38,4 +43,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "6741515b3551dfc034ea4fa14fbb1089b536e581236e2b43eeb3582af65e6845",
"typesPublisherContentHash": "eb82725f523bdfb8640ee228189f3b86b86a38309a81d66d90a52d7ad8b34677",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for jsPDF ( https://github.com/MrRio/jsPDF ).
This package contains type definitions for jsPDF (https://github.com/MrRio/jsPDF).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Mon, 08 Apr 2019 01:15:14 GMT
* Last updated: Thu, 11 Jul 2019 23:08:24 GMT
* Dependencies: none

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Amber Schühmacher <https://github.com/amberjs>, Kevin Gonnord <https://github.com/lleios>, Jackie Weng <https://github.com/jemerald>, Frank Brullo <https://github.com/frankbrullo>.
These definitions were written by Amber Schühmacher <https://github.com/amberjs>, Kevin Gonnord <https://github.com/lleios>, Jackie Weng <https://github.com/jemerald>, Frank Brullo <https://github.com/frankbrullo>, and Leon Montealegre <https://github.com/leonmontealegre>.