Socket
Socket
Sign inDemoInstall

@qualweb/crawler

Package Overview
Dependencies
6
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @qualweb/crawler

Webpage crawler for qualweb


Version published
Weekly downloads
27
decreased by-74.53%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

[0.1.1] - 19/12/2019

Updated

  • code optimization

Readme

Source

QualWeb Crawler

Crawler mechanism for qualweb. Implementation using simplecrawler.

How to install

  $ npm i @qualweb/crawler --save

How to run

  'use strict';

  const Crawl = require('@qualweb/crawler');

  (async () => {
    const crawler = new Crawl('https://lodash.com');

    await crawler.start();

    const urls = crawler.getResults();

    console.log(urls);
  })();

License

ISC

Keywords

FAQs

Last updated on 19 Dec 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc