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

@types/html2canvas

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/html2canvas - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

5

html2canvas/index.d.ts
// Type definitions for html2canvas.js 1.0-alpha
// Project: https://github.com/niklasvh/html2canvas
// Definitions by: Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>, Sebastian Schocke <https://github.com/sschocke>
// Definitions by: Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>, Sebastian Schocke <https://github.com/sschocke>, Rickard Staaf <https://github.com/Ristaaf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -38,2 +38,5 @@ // TypeScript Version: 2.3

/** Callback function which is called when the Document has been cloned for rendering, can be used to modify the contents that will be rendered without affecting the original source document. */
onclone?: { (doc: HTMLDocument): void };
/** Url to the proxy which is to be used for loading cross-origin images. If left empty, cross-origin images won't be loaded. */

@@ -40,0 +43,0 @@ proxy?: string;

11

html2canvas/package.json
{
"name": "@types/html2canvas",
"version": "0.0.33",
"version": "0.0.34",
"description": "TypeScript definitions for html2canvas.js 1.0-alpha",

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

"githubUsername": "sschocke"
},
{
"name": "Rickard Staaf",
"url": "https://github.com/Ristaaf",
"githubUsername": "Ristaaf"
}

@@ -27,3 +32,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -34,4 +39,4 @@ "scripts": {},

},
"typesPublisherContentHash": "dda245d05da4f0839e1061ce97005b246e4995bc9d2e0bef65c86bb06be4b83a",
"typesPublisherContentHash": "82625ffca0b3a35bc32445080bec7a53724dcf1ff81cf3099b119eed78af2f52",
"typeScriptVersion": "2.3"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html2canvas
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html2canvas
Additional Details
* Last updated: Wed, 11 Apr 2018 19:02:33 GMT
* Last updated: Fri, 21 Sep 2018 18:28:09 GMT
* Dependencies: jquery

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

# Credits
These definitions were written by Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>, Sebastian Schocke <https://github.com/sschocke>.
These definitions were written by Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>, Sebastian Schocke <https://github.com/sschocke>, Rickard Staaf <https://github.com/Ristaaf>.
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