🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

node-inject-html

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-inject-html - npm Package Compare versions

Comparing version

to
0.0.5

2

dist/cjs/index.js

@@ -44,3 +44,3 @@ "use strict";

commentEnd: { match: /-->/, lineBreaks: true, pop: 1 },
commentAny: { match: /./, lineBreaks: true },
commentAny: { match: /[^]/, lineBreaks: true },
},

@@ -47,0 +47,0 @@ });

@@ -22,3 +22,3 @@ import * as moo from 'moo';

commentEnd: { match: /-->/, lineBreaks: true, pop: 1 },
commentAny: { match: /./, lineBreaks: true },
commentAny: { match: /[^]/, lineBreaks: true },
},

@@ -25,0 +25,0 @@ });

{
"name": "node-inject-html",
"version": "0.0.4",
"version": "0.0.5",
"description": "Inject any HTML into <head> or <body>",

@@ -5,0 +5,0 @@ "author": "drew@pow.rs",