# @rdfjs/sink

> Abstract RDF/JS Sink Interface implementation

Latest version **2.0.1** (published 2024-01-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @rdfjs/sink
pnpm add @rdfjs/sink
yarn add @rdfjs/sink
bun add @rdfjs/sink
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2024-01-07 |
| First published | 2018-07-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Thomas Bergwinkl |
| Maintainers | bergos |
| Keywords | rdf, rdfjs, sink |

## Links

- npm: https://www.npmjs.com/package/@rdfjs/sink
- Repository: https://github.com/rdfjs-base/sink
- Issues: https://github.com/rdfjs-base/sink/issues
- npm.io page: https://npm.io/package/@rdfjs/sink

## Recent versions

- 2.0.1 (latest) — 2024-01-07
- 2.0.0 — 2022-10-06
- 1.0.3 — 2019-07-29
- 1.0.2 — 2018-07-11

## README

# @rdfjs/sink

[![build status](https://img.shields.io/github/actions/workflow/status/rdfjs-base/sink/test.yaml?branch=master)](https://github.com/rdfjs-base/sink/actions/workflows/test.yaml)
[![npm version](https://img.shields.io/npm/v/@rdfjs/sink.svg)](https://www.npmjs.com/package/@rdfjs/sink)

The @rdfjs/sink package provides a wrapper for [stream](http://rdf.js.org/stream-spec/#stream-interface) classes implementing the [Sink](http://rdf.js.org/stream-spec/#sink-interface) interface.
It instantiates stream objects in the import method and forwards the options to the constructor.

---
_Source: https://npm.io/package/@rdfjs/sink · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
