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

page-watermark

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

page-watermark - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -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) + '")'
}
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