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.3.9 to 1.3.10

CHANGELOG.md

23

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

@@ -81,2 +81,4 @@ "main": "lib/index.js",

"@rollup/plugin-typescript": "^6.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/jasmine": "^3.6.0",

@@ -110,2 +112,21 @@ "@types/jquery": "^3.5.3",

},
"release": {
"dryRun": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"docs/CHANGELOG.md",
"package.json"
]
}
]
]
},
"repository": {

@@ -112,0 +133,0 @@ "type": "git",

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