1.0.4 • Published 7 years ago

httpschecker v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

HTTPS mixed content checker (single page)

Usage example:

const httpschecker = require('httpschecker');

httpschecker.check('https://very.badssl.com/', (err, mixedContent) => {
    if (err) {
        console.log('Error:', err);
        return;
    }

    console.log('Found mixed content:', mixedContent);
});

Also, to check just if a website even supports https, check out https-checker.

For a much more powerful & full website crawl, check out: HTTPS Checker.

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago