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

@comunica/mediator-combine-pipeline

Package Overview
Dependencies
Maintainers
3
Versions
94
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.8.0 to 1.9.0

2

lib/MediatorCombinePipeline.js

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

// Delegate test errors.
await Promise.all(require('lodash.map')(testResults, 'reply'));
await Promise.all(testResults.map(({ reply }) => reply));
// Pass action to first actor,

@@ -25,0 +25,0 @@ // and each actor output as input to the following actor.

{
"name": "@comunica/mediator-combine-pipeline",
"version": "1.8.0",
"version": "1.9.0",
"description": "A sequential combine mediator",

@@ -35,5 +35,2 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-pipeline",

],
"dependencies": {
"lodash.map": "^4.6.0"
},
"peerDependencies": {

@@ -43,3 +40,3 @@ "@comunica/core": "^1.0.0"

"devDependencies": {
"@comunica/core": "^1.8.0"
"@comunica/core": "^1.9.0"
},

@@ -69,3 +66,3 @@ "jest": {

},
"gitHead": "7e65817dad65cf10c032f7548b37cedf3055eea1"
"gitHead": "2e0cba815fd65d5660f15c96ffc734f9099d8b6a"
}
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