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

@kovaci/html-to-image

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kovaci/html-to-image - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/cloneNode.js

@@ -69,3 +69,5 @@ "use strict";

}
var isSlotElement = function (node) { return node.tagName === 'SLOT'; };
var isSlotElement = function (node) {
return node.tagName === 'SLOT';
};
var getEffectiveChildren = function (node) {

@@ -72,0 +74,0 @@ var children = node.shadowRoot

{
"name": "@kovaci/html-to-image",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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