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

alssr

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alssr

```sh git clone https://github.com/millette/alssr.git cd alssr npm install node cli.js http://example.com/ ```

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

README

git clone https://github.com/millette/alssr.git
cd alssr
npm install
node cli.js http://example.com/

Outputs rendered html to stdout, errors to stderr. If an error occurs, the error level is set to 1.

For instance, this will display OK since example.com responds:

node cli.js http://example.com/ && echo OK

This will not display OK since the URL is missing:

node cli.js && echo OK

FAQs

Package last updated on 15 Jul 2019

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