New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

not-ssi

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

not-ssi

This created for merge the multiple html files.

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

not-ssi

Allows you to using the syntax of SSI in html. It was created only to collect one HTML of several.

Interface

So far, available next tags:

  • include <!--#include file=""-->

Launch

Run from npm

npx not-ssi your_target.html

Or clone project and launch it in cli

#Template: node [params_nodejs] bin/not-ssi.mjs [params_of_script] path/to/your_target.html
node bin/not-ssi.mjs your_target.html

# Or from another place in system
#Template: node [params_nodejs] path/to/bin/not-ssi.mjs [params_of_script] your_target.html

Input (target.html)

<html>
    <some_tags />
    <!-- #include file="maps.html" -->
</html

Keywords

ssi

FAQs

Package last updated on 29 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts