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 2.5.3-alpha.37.0 to 2.5.3-alpha.39.0

5

lib/ActorHttp.js

@@ -6,4 +6,5 @@ "use strict";

const readable_web_to_node_stream_1 = require("readable-web-to-node-stream");
// TODO: Remove when targeting NodeJS 18+
global.ReadableStream = global.ReadableStream || require('web-streams-ponyfill').ReadableStream;
if (!global.ReadableStream) {
global.ReadableStream = require('web-streams-ponyfill').ReadableStream;
}
const isStream = require('is-stream');

@@ -10,0 +11,0 @@ const toWebReadableStream = require('readable-stream-node-to-web');

6

package.json
{
"name": "@comunica/bus-http",
"version": "2.5.3-alpha.37.0",
"version": "2.5.3-alpha.39.0",
"description": "A comunica bus for 'http' events.",

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

"dependencies": {
"@comunica/core": "2.5.3-alpha.37.0",
"@comunica/core": "2.5.3-alpha.39.0",
"is-stream": "^2.0.1",

@@ -46,3 +46,3 @@ "readable-stream-node-to-web": "^1.0.1",

},
"gitHead": "e3b938940fa30b10bf2aa68a5f6ac3086399873a"
"gitHead": "dfad5aba52972f5e85debb3452f663c927e7bec5"
}

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