4.4.6-fix • Published 1 year ago

gwsp v4.4.6-fix

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

GWSP (Get WebSite Protection)

GWSP is a simple Node.js package for fetching information about the protection mechanisms used by a website.

Installation

You can install GWSP using npm:

npm install gwsp

Usage

GWSP can be used with both Node.js and TypeScript.

Node.js

const GWSP = require('gwsp');

async function main() {
    try {
        await GWSP('https://example.com');
    } catch (error) {
        console.error(error);
    }
}

main();

TypeScript

import GWSP from 'gwsp';

async function main() {
    try {
        await GWSP('https://example.com');
    } catch (error) {
        console.error(error);
    }
}

main();

Features

  • Retrieves information about the protection mechanisms used by a website.
  • Supports both HTTP and HTTPS URLs.
4.4.6-fix

1 year ago

4.4.5-fix

1 year ago

4.4.4-fix

1 year ago

4.4.4

1 year ago

3.3.3

1 year ago

2.2.2

1 year ago

1.1.1

1 year ago

1.0.0

1 year ago