Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

easy-html-injector

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-html-injector - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

dist/index.js

@@ -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

2

package.json
{
"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

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