Socket
Socket
Sign inDemoInstall

@comunica/mediator-combine-pipeline

Package Overview
Dependencies
Maintainers
4
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/mediator-combine-pipeline - npm Package Compare versions

Comparing version 1.20.1-alpha.1.0 to 1.20.1-alpha.2.0

2

lib/MediatorCombinePipeline.js

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

for (const actor of testResults.map(result => result.actor)) {
handle = await actor.runObservable(handle);
handle = Object.assign(Object.assign({}, handle), await actor.runObservable(handle));
}

@@ -31,0 +31,0 @@ // Return the final actor output

{
"name": "@comunica/mediator-combine-pipeline",
"version": "1.20.1-alpha.1.0",
"version": "1.20.1-alpha.2.0",
"description": "A sequential combine mediator",

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

"devDependencies": {
"@comunica/core": "^1.20.1-alpha.1.0"
"@comunica/core": "^1.20.1-alpha.2.0"
},

@@ -61,3 +61,3 @@ "jest": {

},
"gitHead": "5a9c6d45d934e592590c7ed246a12808af5a3e0c"
"gitHead": "0a056dc9efd23daa741796de650ee90fd233021a"
}
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