New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gmaye/html-to-image

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.11.11 to 1.11.12

dist/html-to-image.js

4

package.json
{
"name": "@gmaye/html-to-image",
"version": "1.11.11",
"version": "1.11.12",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",

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

"scripts": {
"lint": "eslint 'src/**/*.{js,ts}?(x)' --fix",
"lint": "eslint src/**/*.{js,ts}?(x) --fix",
"clean": "rimraf dist es lib",

@@ -29,0 +29,0 @@ "build:esm": "tsc --module esnext --target es2017 --outDir ./es",

@@ -136,7 +136,7 @@ import type { Options } from './types'

}
if (name === 'd' && clonedNode.getAttribute('d')) {
value = `path(${clonedNode.getAttribute('d')})`
}
targetStyle.setProperty(

@@ -143,0 +143,0 @@ name,

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