Socket
Socket
Sign inDemoInstall

@comunica/mediator-combine-pipeline

Package Overview
Dependencies
Maintainers
5
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 3.0.1-alpha.45.0 to 3.0.1-alpha.46.0

2

lib/MediatorCombinePipeline.js

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

if (typeof value !== 'number') {
throw new Error('Cannot order elements that are not numbers.');
throw new TypeError('Cannot order elements that are not numbers.');
}

@@ -49,0 +49,0 @@ return value;

{
"name": "@comunica/mediator-combine-pipeline",
"version": "3.0.1-alpha.45.0",
"version": "3.0.1-alpha.46.0",
"description": "A sequential combine mediator",
"lsd:module": true,
"main": "lib/index.js",
"typings": "lib/index",
"license": "MIT",
"homepage": "https://comunica.dev/",
"repository": {

@@ -13,6 +13,5 @@ "type": "git",

},
"publishConfig": {
"access": "public"
"bugs": {
"url": "https://github.com/comunica/comunica/issues"
},
"sideEffects": false,
"keywords": [

@@ -22,7 +21,8 @@ "comunica",

],
"license": "MIT",
"bugs": {
"url": "https://github.com/comunica/comunica/issues"
"sideEffects": false,
"main": "lib/index.js",
"typings": "lib/index",
"publishConfig": {
"access": "public"
},
"homepage": "https://comunica.dev/",
"files": [

@@ -34,6 +34,2 @@ "components",

],
"dependencies": {
"@comunica/core": "3.0.1-alpha.45.0",
"@comunica/types": "3.0.1-alpha.45.0"
},
"scripts": {

@@ -44,3 +40,7 @@ "build": "npm run build:ts && npm run build:components",

},
"gitHead": "b5a3900c24e29fa7b3243ab50bc9745d286fbce8"
"dependencies": {
"@comunica/core": "3.0.1-alpha.46.0",
"@comunica/types": "3.0.1-alpha.46.0"
},
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023"
}

@@ -26,3 +26,3 @@ # Comunica Mediator Sequential

...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-pipeline/^3.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-pipeline/^3.0.0/components/context.jsonld"
],

@@ -29,0 +29,0 @@ "actors": [

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