Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/wkhtmltopdf

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/wkhtmltopdf - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

6

wkhtmltopdf/index.d.ts

@@ -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 @@

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