bookmarkify
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -12,3 +12,4 @@ #! /usr/bin/env node | ||
} | ||
const href = `javascript:${escape(rawJS)}` | ||
const wrappedJS = `!(function(){${rawJS}})()` | ||
const href = `javascript:${escape(wrappedJS)}` | ||
const html = `<a href="${href}">${label}</a>` | ||
@@ -15,0 +16,0 @@ console.log(html) |
{ | ||
"name": "bookmarkify", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "view-component-bookmarklet.js", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
0
833
3
14