New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

barnard59-core

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barnard59-core

Core component of Barnard59 Linked Data pipelines

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.5K
decreased by-15.61%
Maintainers
1
Weekly downloads
 
Created
Source

barnard59-core

The core component of Barnard59 Linked Data pipelines to create and run pipelines.

Usage

The package exports a pipeline and a run functions which can be imported like this:

const { pipeline, run } = require('barnard59-core') 

pipeline(definition, iri)

The pipeline factory function creates new instances based on the given definition.

  • definition: A RDFJS Dataset that contains all quads of the definition.
  • iri: A RDFJS Term that points to the subject of the pipeline.

async run(something)

Runs a sync function, async function or a stream and waits for it to finish.

  • something: The function or stream.

FAQs

Package last updated on 11 Mar 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc