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

html-to-image

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-to-image - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [1.8.2](https://github.com/bubkoo/html-to-image/compare/v1.8.1...v1.8.2) (2021-09-15)
## [1.8.1](https://github.com/bubkoo/html-to-image/compare/v1.8.0...v1.8.1) (2021-09-15)

@@ -2,0 +4,0 @@

8

package.json
{
"name": "html-to-image",
"version": "1.8.1",
"version": "1.8.2",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",

@@ -94,3 +94,3 @@ "main": "lib/index.js",

"jasmine-core": "^3.9.0",
"karma": "^5.2.3",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",

@@ -115,4 +115,4 @@ "karma-coverage": "^2.0.3",

"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"typescript": "^4.4.3"

@@ -119,0 +119,0 @@ },

@@ -8,6 +8,7 @@ <h1 align="center">html-to-image</h1>

<p align="center">
<a href="https://github.com/bubkoo/html-to-image/blob/master/LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square"></a>
<a href="https://www.typescriptlang.org" rel="nofollow"><img alt="Language" src="https://img.shields.io/badge/language-typescript-blue.svg?style=flat-square" /></a>
<a href="https://travis-ci.org/bubkoo/html-to-image" rel="nofollow"><img alt="build" src="https://img.shields.io/travis/bubkoo/html-to-image.svg?style=flat-square" /></a>
<a href="https://coveralls.io/github/bubkoo/html-to-image" rel="nofollow"><img alt="coverage" src="https://img.shields.io/coveralls/bubkoo/html-to-image/master.svg?style=flat-square" /></a>
<a href="/LICENSE"><img src="https://img.shields.io/github/license/bubkoo/html-to-image?style=flat-square" alt="MIT License"></a>
<a href="https://www.typescriptlang.org"><img alt="Language" src="https://img.shields.io/badge/language-TypeScript-blue.svg?style=flat-square"></a>
<a href="https://github.com/bubkoo/html-to-image/pulls"><img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=flat-square"></a>
<a href="https://github.com/bubkoo/html-to-image/actions/workflows/ci.yml"><img alt="build" src="https://img.shields.io/github/workflow/status/bubkoo/html-to-image/%F0%9F%91%B7%E3%80%80CI/master?style=flat-square"></a>
<a href="https://coveralls.io/github/bubkoo/html-to-image"><img alt="coverage" src="https://img.shields.io/coveralls/bubkoo/html-to-image/master.svg?style=flat-square"></a>
<a href="https://lgtm.com/projects/g/bubkoo/html-to-image/context:javascript" rel="nofollow"><img alt="Language grade: JavaScript" src="https://img.shields.io/lgtm/grade/javascript/g/bubkoo/html-to-image.svg?logo=lgtm&style=flat-square" /></a>

@@ -314,4 +315,8 @@ </p>

Pull requests and stars are highly welcome.
Please let us know how can we help. Do check out [issues](https://github.com/bubkoo/html-to-image/issues) for bug reports or suggestions first.
For bugs and feature requests, please [create an issue](https://github.com/bubkoo/html-to-image/issues/new).
To become a contributor, please follow our [contributing guide](/CONTRIBUTING.md).
<a href="https://github.com/bubkoo/html-to-image/graphs/contributors">
<img src="/CONTRIBUTORS.svg" alt="Contributors" width="740" />
</a>
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