@comunica/bus-http
Advanced tools
Comparing version 3.0.1-alpha.45.0 to 3.0.1-alpha.46.0
@@ -25,3 +25,3 @@ /// <reference types="node" /> | ||
* @param {ReadableStream} body | ||
* @returns {NodeJS.ReadableStream} | ||
* @returns {NodeJS.ReadableStream} A node stream. | ||
*/ | ||
@@ -32,3 +32,3 @@ static toNodeReadable(body: ReadableStream | null): NodeJS.ReadableStream; | ||
* @param {NodeJS.ReadableStream} body | ||
* @returns {ReadableStream} | ||
* @returns {ReadableStream} A web stream. | ||
*/ | ||
@@ -35,0 +35,0 @@ static toWebReadableStream(body: NodeJS.ReadableStream | null): ReadableStream; |
@@ -35,3 +35,3 @@ "use strict"; | ||
* @param {ReadableStream} body | ||
* @returns {NodeJS.ReadableStream} | ||
* @returns {NodeJS.ReadableStream} A node stream. | ||
*/ | ||
@@ -46,3 +46,3 @@ static toNodeReadable(body) { | ||
* @param {NodeJS.ReadableStream} body | ||
* @returns {ReadableStream} | ||
* @returns {ReadableStream} A web stream. | ||
*/ | ||
@@ -58,2 +58,3 @@ static toWebReadableStream(body) { | ||
const hash = {}; | ||
// eslint-disable-next-line unicorn/no-array-for-each | ||
headers.forEach((value, key) => { | ||
@@ -60,0 +61,0 @@ hash[key] = value; |
{ | ||
"name": "@comunica/bus-http", | ||
"version": "3.0.1-alpha.45.0", | ||
"version": "3.0.1-alpha.46.0", | ||
"description": "A comunica bus for 'http' events.", | ||
"lsd:module": true, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"license": "MIT", | ||
"homepage": "https://comunica.dev/", | ||
"repository": { | ||
@@ -13,6 +13,5 @@ "type": "git", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
}, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -23,7 +22,8 @@ "comunica", | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
"files": [ | ||
@@ -35,4 +35,9 @@ "components", | ||
], | ||
"scripts": { | ||
"build": "npm run build:ts && npm run build:components", | ||
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"", | ||
"build:components": "componentsjs-generator" | ||
}, | ||
"dependencies": { | ||
"@comunica/core": "3.0.1-alpha.45.0", | ||
"@comunica/core": "3.0.1-alpha.46.0", | ||
"@smessie/readable-web-to-node-stream": "^3.0.3", | ||
@@ -43,8 +48,3 @@ "is-stream": "^2.0.1", | ||
}, | ||
"scripts": { | ||
"build": "npm run build:ts && npm run build:components", | ||
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"", | ||
"build:components": "componentsjs-generator" | ||
}, | ||
"gitHead": "b5a3900c24e29fa7b3243ab50bc9745d286fbce8" | ||
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023" | ||
} |
Sorry, the diff of this file is not supported yet
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
21342
134
+ Added@comunica/core@3.0.1-alpha.46.0(transitive)
+ Added@comunica/types@3.0.1-alpha.46.0(transitive)
- Removed@comunica/core@3.0.1-alpha.45.0(transitive)
- Removed@comunica/types@3.0.1-alpha.45.0(transitive)