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

@comunica/actor-abstract-parse

Package Overview
Dependencies
Maintainers
5
Versions
66
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.3.1-alpha.31.0 to 2.4.0

3

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

@@ -6,0 +5,0 @@ export interface IActionParse<T extends IParseMetadata = IParseMetadata> extends IAction {

{
"name": "@comunica/actor-abstract-parse",
"version": "2.3.1-alpha.31.0",
"version": "2.4.0",
"description": "An abstract actor for applying parsers to dereferenced results",

@@ -34,3 +34,4 @@ "lsd:module": true,

"dependencies": {
"@comunica/core": "2.3.1-alpha.31.0"
"@comunica/core": "^2.4.0",
"readable-stream": "^4.0.0"
},

@@ -42,3 +43,3 @@ "scripts": {

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