Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/rdf-js

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rdf-js - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

6

rdf-js/index.d.ts

@@ -368,3 +368,3 @@ // Type definitions for the RDFJS specification 2.0

*/
export interface Sink<Q extends BaseQuad = Quad> {
export interface Sink<InputStream extends EventEmitter, OutputStream extends EventEmitter> {
/**

@@ -380,3 +380,3 @@ * Consumes the given stream.

*/
import(stream: Stream<Q>): EventEmitter;
import(stream: InputStream): OutputStream;
}

@@ -392,3 +392,3 @@

*/
export interface Store<Q extends BaseQuad = Quad> extends Source<Q>, Sink<Q> {
export interface Store<Q extends BaseQuad = Quad> extends Source<Q>, Sink<Stream<Q>, EventEmitter> {
/**

@@ -395,0 +395,0 @@ * Removes all streamed quads.

{
"name": "@types/rdf-js",
"version": "2.0.7",
"version": "2.0.8",
"description": "TypeScript definitions for the RDFJS specification",

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "b3c977e69d17afcb9d41b4c6a72ccb9f3b6b5ea060ad23f1062466e01f3c30da",
"typesPublisherContentHash": "3b563f244ffb7860442bda1ec76c1d64cb130e8248ad5073bf35ba02f0f63c42",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 23 Dec 2019 16:51:04 GMT
* Last updated: Wed, 15 Jan 2020 10:19:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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