@gmaye/html-to-image
Advanced tools
Comparing version 1.11.11 to 1.11.12
{ | ||
"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, |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
305170
82
3939
8