page-watermark
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -43,3 +43,3 @@ (function (global, factory) { | ||
function watermark (content, config) { | ||
div.style.backgroundImage = `url("${getImage(content, config)}")`; | ||
div.style.backgroundImage = 'url("' + getImage(content, config) + '")'; | ||
} | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "page-watermark", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Add watermark to web page", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,3 +37,3 @@ var defaultConfig = { | ||
export default function watermark (content, config) { | ||
div.style.backgroundImage = `url("${getImage(content, config)}")` | ||
div.style.backgroundImage = 'url("' + getImage(content, config) + '")' | ||
} |
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
2957
1