@types/wkhtmltopdf
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -156,3 +156,3 @@ // This is based on wkhtmltopdf version 0.12.6 | ||
/** Allow the file or files from the specified folder to be loaded (repeatable) */ | ||
allow?: ReadonlyArray<string> | undefined; | ||
allow?: readonly string[] | undefined; | ||
/** Do print background (default) */ | ||
@@ -163,3 +163,3 @@ background?: boolean | undefined; | ||
/** Bypass proxy for host (repeatable) */ | ||
bypassProxyFor?: ReadonlyArray<string> | undefined; | ||
bypassProxyFor?: readonly string[] | undefined; | ||
/** Web cache directory */ | ||
@@ -257,3 +257,3 @@ cacheDir?: string | undefined; | ||
/** Run this additional javascript after the page is done loading (repeatable) */ | ||
runScript?: ReadonlyArray<string> | undefined; | ||
runScript?: readonly string[] | undefined; | ||
/** Disable the intelligent shrinking strategy used by WebKit that makes the pixel/dpi ratio non-constant */ | ||
@@ -260,0 +260,0 @@ disableSmartShrinking?: boolean | undefined; |
{ | ||
"name": "@types/wkhtmltopdf", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "TypeScript definitions for wkhtmltopdf", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wkhtmltopdf", | ||
}, | ||
"typesPublisherContentHash": "3b30b9950714244724e55b024bf91e21309fefa4fe26fc13cd8b9f355e9103ee", | ||
"typesPublisherContentHash": "bc1a1d66d809e23915eda6bf1bd50fb265d4aa6b526e5a3acaee6e8f89dddce1", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
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
17444