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

@comunica/bus-http

Package Overview
Dependencies
Maintainers
3
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 1.9.2 to 1.10.0

2

lib/ActorHttp.js

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

static toNodeReadable(body) {
return require('is-stream')(body) ? body : require('node-web-streams').toNodeReadable(body);
return require('is-stream')(body) ? body : require('web-streams-node').toNodeReadable(body);
}

@@ -30,0 +30,0 @@ }

{
"name": "@comunica/bus-http",
"version": "1.9.2",
"version": "1.10.0",
"description": "A comunica bus for 'http' events.",

@@ -41,3 +41,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-http",

"is-stream": "^2.0.0",
"node-web-streams": "^0.2.2"
"web-streams-node": "^0.4.0"
},

@@ -52,3 +52,3 @@ "devDependencies": {

},
"gitHead": "bb6eef43498d23416b4e063d93e73c49f5575ff4"
"gitHead": "1509c6b9c44507a36f5d78ba86085859a6fffb31"
}
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