
Product
Go Support Is Now Generally Available
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
@types/rdfjs__sink-map
Advanced tools
TypeScript definitions for @rdfjs/sink-map
npm install --save @types/rdfjs__sink-map
This package contains type definitions for @rdfjs/sink-map (https://github.com/rdfjs-base/sink-map).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdfjs__sink-map.
import { Sink } from "@rdfjs/types";
import { EventEmitter } from "events";
export interface SinkMap<InputStream extends EventEmitter, OutputStream extends EventEmitter>
extends Map<string, Sink<InputStream, OutputStream>>
{
import(mediaType: string, input: InputStream, options?: any): OutputStream | null;
}
export class SinkMap<InputStream extends EventEmitter, OutputStream extends EventEmitter>
extends Map<string, Sink<InputStream, OutputStream>>
implements SinkMap<InputStream, OutputStream>
{
import(mediaType: string, input: InputStream, options?: any): OutputStream | null;
}
export default SinkMap;
These definitions were written by tpluscode, and Jesse Wright.
FAQs
TypeScript definitions for @rdfjs/sink-map
We found that @types/rdfjs__sink-map demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
Security News
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.