Comparing version 2.3.0 to 2.3.1
/// <reference types="node" /> | ||
import { Actor } from "@comunica/core"; | ||
import * as RDF from "@rdfjs/types"; | ||
import { Readable } from "stream"; | ||
import { Readable } from "readable-stream"; | ||
import { MediatorRdfParseHandle, MediatorRdfParseMediaTypes } from '@comunica/bus-rdf-parse'; | ||
@@ -6,0 +6,0 @@ /** |
@@ -5,3 +5,3 @@ "use strict"; | ||
const core_1 = require("@comunica/core"); | ||
const stream_1 = require("stream"); | ||
const readable_stream_1 = require("readable-stream"); | ||
/** | ||
@@ -50,3 +50,3 @@ * An RdfParser can parse any RDF serialization, based on a given content type. | ||
// Create a new readable | ||
const readable = new stream_1.PassThrough({ objectMode: true }); | ||
const readable = new readable_stream_1.PassThrough({ objectMode: true }); | ||
// Delegate parsing to the mediator | ||
@@ -53,0 +53,0 @@ const context = new core_1.ActionContext(options); |
{ | ||
"name": "rdf-parse", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Parses RDF from any serialization", | ||
@@ -113,4 +113,5 @@ "lsd:module": true, | ||
"@rdfjs/types": "*", | ||
"readable-stream": "^4.3.0", | ||
"stream-to-string": "^1.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
45695
24
+ Addedreadable-stream@^4.3.0