Socket
Socket
Sign inDemoInstall

@comunica/actor-abstract-parse

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-abstract-parse - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

2

lib/ActorAbstractParse.d.ts
/// <reference types="node" />
import type { IAction, IActorOutput } from '@comunica/core';
import type { Readable } from 'readable-stream';
export declare type IParseMetadata = Record<string, any> | undefined;
export type IParseMetadata = Record<string, any> | undefined;
export interface IActionParse<T extends IParseMetadata = IParseMetadata> extends IAction {

@@ -6,0 +6,0 @@ /**

{
"name": "@comunica/actor-abstract-parse",
"version": "2.7.0",
"version": "2.8.0",
"description": "An abstract actor for applying parsers to dereferenced results",

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

"dependencies": {
"@comunica/core": "^2.7.0",
"@comunica/core": "^2.8.0",
"readable-stream": "^4.2.0"

@@ -44,3 +44,3 @@ },

},
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91"
"gitHead": "2459c84cb0ddc959436d8742f1f7b2805ce09825"
}
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