easy-html-injector
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -7,2 +7,1 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});function u(e,p){let{tag:i,content:a,attributes:n,parent:t,position:o}=p,g=n?Object.keys(n||{}).map(s=>`${s}="${n[s]}"`).join(" "):"",r=`<${i} ${g}>${a||""}</${i}>`;if(!t)return`${e} | ||
</${t}>`)}exports.inject = u; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "easy-html-injector", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A simple HTML injector for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
4952
5