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

@comunica/bus-http

Package Overview
Dependencies
Maintainers
5
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/bus-http - npm Package Compare versions

Comparing version 3.0.1-alpha.45.0 to 3.0.1-alpha.46.0

4

lib/ActorHttp.d.ts

@@ -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

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