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

@comunica/bus-dereference

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/bus-dereference - npm Package Compare versions

Comparing version 2.4.0 to 2.4.2

4

lib/ActorDereferenceParse.d.ts
import type { MediateMediaTyped, MediateMediaTypes } from '@comunica/actor-abstract-mediatyped';
import type { IActionParse, IActorParseOutput, IParseMetadata } from '@comunica/actor-abstract-parse';
import type { IActorArgs, IActorTest } from '@comunica/core';
import { type Readable } from 'readable-stream';
import type { Readable } from 'readable-stream';
import type { IActionDereference, IActorDereferenceOutput, MediatorDereference } from './ActorDereference';

@@ -48,3 +48,3 @@ import { ActorDereferenceBase } from './ActorDereferenceBase';

*/
protected handleDereferenceStreamErrors<L, T extends Readable>(action: IActionDereferenceParse<L>, data: T): T;
protected handleDereferenceStreamErrors<L extends IParseMetadata, T extends Readable>(action: IActionDereferenceParse<L>, data: T): T;
abstract getMetadata(dereference: IActorDereferenceOutput): Promise<K | undefined>;

@@ -51,0 +51,0 @@ run(action: IActionDereferenceParse<K>): Promise<IActorDereferenceParseOutput<S, M>>;

{
"name": "@comunica/bus-dereference",
"version": "2.4.0",
"version": "2.4.2",
"description": "A bus for dereferencing a path or URL into a (generic) stream.",

@@ -45,3 +45,3 @@ "lsd:module": true,

},
"gitHead": "cb5a1560c9ab9ebaf3335888a1411a7e1654de1e"
"gitHead": "ead42818468757f23a7837969e14b83cf19c4438"
}
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