@comunica/actor-abstract-parse
Advanced tools
Comparing version 2.3.1-alpha.31.0 to 2.4.0
/// <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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
8555
2
48
+ Addedreadable-stream@^4.0.0
+ Added@comunica/core@2.10.0(transitive)
+ Added@comunica/types@2.10.0(transitive)
+ Addedabort-controller@3.0.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedevent-target-shim@5.0.1(transitive)
+ Addedevents@3.3.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedreadable-stream@4.5.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removed@comunica/core@2.3.1-alpha.31.0(transitive)
- Removed@comunica/types@2.3.1-alpha.31.0(transitive)
Updated@comunica/core@^2.4.0