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.2.0
to
1.2.1
+2
-1
jspdf/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for jsPDF 1.2

// Kevin Gonnord <https://github.com/lleios>
// Jackie Weng <https://github.com/jemerald>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -49,3 +50,3 @@

};
addPage(sizes?: number[]):jsPDF;
addPage(format?: string | number[], orientation?: 'p'|'portrait'|'l'|'landscape'): jsPDF;
setPage(n:number):jsPDF;

@@ -52,0 +53,0 @@ insertPage(beforePage:number):jsPDF;

{
"name": "@types/jspdf",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript definitions for jsPDF",

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

"githubUsername": "lleios"
},
{
"name": "Jackie Weng",
"url": "https://github.com/jemerald",
"githubUsername": "jemerald"
}

@@ -27,4 +32,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "00b69b9e034fe0446a3a88ad3b1b1d97af1130b1a8822b04c1ddfa9be626658f",
"typesPublisherContentHash": "39eea5cf646f4f8e0c2febfc8ff8cc5e28b6c0bff3c19f6ff26cfb44a9a1a071",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 05 Nov 2018 22:00:12 GMT
* Last updated: Thu, 08 Nov 2018 18:45:07 GMT
* Dependencies: none

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

# Credits
These definitions were written by Amber Schühmacher <https://github.com/amberjs>, Kevin Gonnord <https://github.com/lleios>.
These definitions were written by Amber Schühmacher <https://github.com/amberjs>, Kevin Gonnord <https://github.com/lleios>, Jackie Weng <https://github.com/jemerald>.