@comunica/actor-http-wayback
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -6,4 +6,3 @@ "use strict"; | ||
const context_entries_1 = require("@comunica/context-entries"); | ||
// Use require instead of import for default exports, to be compatible with variants of esModuleInterop in tsconfig. | ||
const stringifyStream = require("stream-to-string"); | ||
const stream_to_string_1 = require("@jeswr/stream-to-string"); | ||
require("cross-fetch/polyfill"); | ||
@@ -57,3 +56,3 @@ const WAYBACK_URL = 'http://wayback.archive-it.org/'; | ||
else { | ||
await stringifyStream(bus_http_1.ActorHttp.toNodeReadable(body)); | ||
await (0, stream_to_string_1.stringify)(bus_http_1.ActorHttp.toNodeReadable(body)); | ||
} | ||
@@ -60,0 +59,0 @@ } |
{ | ||
"name": "@comunica/actor-http-wayback", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A wayback http actor", | ||
@@ -40,9 +40,9 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/bus-http": "^3.2.0", | ||
"@comunica/context-entries": "^3.2.0", | ||
"@comunica/core": "^3.2.0", | ||
"cross-fetch": "^4.0.0", | ||
"stream-to-string": "^1.2.0" | ||
"@comunica/bus-http": "^3.2.1", | ||
"@comunica/context-entries": "^3.2.1", | ||
"@comunica/core": "^3.2.1", | ||
"@jeswr/stream-to-string": "^2.0.0", | ||
"cross-fetch": "^4.0.0" | ||
}, | ||
"gitHead": "87baf2afed021a254859e64b92f34d9b51c6a7db" | ||
"gitHead": "f558377c3cefbd1606c51ede80440b862e7dda4f" | ||
} |
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
22081
96
- Removedstream-to-string@^1.2.0
- Removedpromise-polyfill@1.1.6(transitive)
- Removedstream-to-string@1.2.1(transitive)
Updated@comunica/bus-http@^3.2.1
Updated@comunica/core@^3.2.1