@types/pdfkit
Advanced tools
Comparing version 0.7.31 to 0.7.32
@@ -163,3 +163,3 @@ // Type definitions for Pdfkit v0.7.2 | ||
rect(x: number, y: number, w: number, h: number): TDocument; | ||
roundRect(x: number, y: number, w: number, h: number, r?: number): TDocument; | ||
roundedRect(x: number, y: number, w: number, h: number, r?: number): TDocument; | ||
ellipse(x: number, y: number, r1: number, r2?: number): TDocument; | ||
@@ -166,0 +166,0 @@ circle(x: number, y: number, raduis: number): TDocument; |
{ | ||
"name": "@types/pdfkit", | ||
"version": "0.7.31", | ||
"description": "TypeScript definitions for Pdfkit v0.7.2", | ||
"version": "0.7.32", | ||
"description": "TypeScript definitions for Pdfkit", | ||
"license": "MIT", | ||
@@ -16,4 +16,5 @@ "author": "Eric Hillah <https://github.com/erichillah>", | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "2ed65d669348ed8449ede1e1ac726eafffcbe6a84d32c71b182bcbe7dba8f7ba" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f68e253bc7618900d0b3b51a62788b5e92d523542116cc388979f61bb53e89da", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,10 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Pdfkit v0.7.2 (http://pdfkit.org). | ||
This package contains type definitions for Pdfkit (http://pdfkit.org). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/pdfkit | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/pdfkit | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: MultipleModules | ||
* Last updated: Thu, 29 Dec 2016 23:09:21 GMT | ||
* Library Dependencies: node | ||
@@ -15,0 +14,0 @@ * Module Dependencies: none |
{ | ||
"authors": "Eric Hillah <https://github.com/erichillah>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -8,10 +7,10 @@ "node" | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "7", | ||
"libraryName": "Pdfkit v0.7.2", | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 7, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "Pdfkit", | ||
"typingsPackageName": "pdfkit", | ||
"projectName": "http://pdfkit.org", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "MultipleModules", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
@@ -37,3 +36,3 @@ "PDFKit" | ||
"hasPackageJson": false, | ||
"contentHash": "2ed65d669348ed8449ede1e1ac726eafffcbe6a84d32c71b182bcbe7dba8f7ba" | ||
"contentHash": "f68e253bc7618900d0b3b51a62788b5e92d523542116cc388979f61bb53e89da" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15992
385
18