Socket
Socket
Sign inDemoInstall

@comunica/logger-pretty

Package Overview
Dependencies
20
Maintainers
5
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @comunica/logger-pretty

A comunica logger that pretty-prints.


Version published
Weekly downloads
2.8K
increased by1.52%
Maintainers
5
Install size
3.42 MB
Created
Weekly downloads
 

Changelog

Source

v3.0.3 - 2024-04-12

Changed

Fixed

<a name="v3.0.2"></a>

Readme

Source

Comunica Bus SPARQL Parse

npm version

A logger that prints to standard output.

Click here to learn more about logging.

This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.

Click here if you just want to query with Comunica.

Install

$ yarn add @comunica/logger-pretty

Usage

const QueryEngine = require('@comunica/query-sparql').QueryEngine;
import {LoggerPretty} from "@comunica/logger-pretty";

const bindingsStream = await new QueryEngine().queryBindings('SELECT * WHERE { ?s ?p ?o }', {
  sources: ['http://fragments.dbpedia.org/2015/en'],
  log: new LoggerPretty({ level: 'debug' }),
});

Keywords

FAQs

Last updated on 12 Apr 2024

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc