Socket
Socket
Sign inDemoInstall

@comunica/bus-http

Package Overview
Dependencies
Maintainers
5
Versions
97
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.3 to 3.1.0

lib/utils.d.ts

4

lib/ActorHttp.js

@@ -5,3 +5,3 @@ "use strict";

const core_1 = require("@comunica/core");
const readable_web_to_node_stream_1 = require("@smessie/readable-web-to-node-stream");
const readable_from_web_1 = require("readable-from-web");
/* istanbul ignore next */

@@ -41,3 +41,3 @@ if (!globalThis.ReadableStream) {

body :
new readable_web_to_node_stream_1.ReadableWebToNodeStream(body);
(0, readable_from_web_1.readableFromWeb)(body);
}

@@ -44,0 +44,0 @@ /**

export * from './ActorHttp';
export * from './utils';

@@ -18,2 +18,3 @@ "use strict";

__exportStar(require("./ActorHttp"), exports);
__exportStar(require("./utils"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@comunica/bus-http",
"version": "3.0.3",
"version": "3.1.0",
"description": "A comunica bus for 'http' events.",

@@ -34,3 +34,3 @@ "lsd:module": true,

"scripts": {
"build": "npm run build:ts && npm run build:components",
"build": "yarn run build:ts && yarn run build:components",
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",

@@ -40,9 +40,10 @@ "build:components": "componentsjs-generator"

"dependencies": {
"@comunica/core": "^3.0.3",
"@smessie/readable-web-to-node-stream": "^3.0.3",
"@comunica/core": "^3.1.0",
"is-stream": "^2.0.1",
"readable-from-web": "^1.0.0",
"readable-stream-node-to-web": "^1.0.1",
"stream-to-string": "^1.2.0",
"web-streams-ponyfill": "^1.4.2"
},
"gitHead": "a1e050b7e921d6ea5532abc09391e49938c7e5f3"
"gitHead": "69d92988644c07b1b4831ba0a52073092d2f43af"
}

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