New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@comunica/mediator-race

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/mediator-race - npm Package Compare versions

Comparing version 1.22.0 to 2.0.1-alpha.5.0

components/MediatorRace.jsonld

4

LICENSE.txt
The MIT License (MIT)
Copyright © 2017–2018 Ruben Taelman, Joachim Van Herwegen
Ghent University – imec, Belgium
Copyright © 2017–now Ruben Taelman, Joachim Van Herwegen
Comunica Association and Ghent University – imec, Belgium

@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@comunica/mediator-race",
"version": "1.22.0",
"version": "2.0.1-alpha.5.0",
"description": "A mediator for a single mediation number value",
"lsd:module": true,
"main": "index.js",
"typings": "index",
"main": "lib/index.js",
"typings": "lib/index",
"repository": {

@@ -28,35 +28,13 @@ "type": "git",

"lib/**/*.d.ts",
"lib/**/*.js",
"index.d.ts",
"index.js"
"lib/**/*.js"
],
"peerDependencies": {
"@comunica/core": "^1.0.0"
"dependencies": {
"@comunica/core": "2.0.1-alpha.5.0"
},
"devDependencies": {
"@comunica/core": "^1.22.0"
},
"jest": {
"globals": {
"ts-jest": {
"tsConfig": "../../tsconfig.json"
}
},
"transform": {
"^.+\\.ts$": "ts-jest"
},
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$",
"moduleFileExtensions": [
"ts",
"js"
],
"collectCoverage": true
},
"scripts": {
"test": "node \"../../node_modules/jest/bin/jest.js\" ${1}",
"test-watch": "node \"../../node_modules/jest/bin/jest.js\" ${1} --watch",
"build": "node \"../../node_modules/typescript/bin/tsc\"",
"validate": "npm ls"
"build": "npm run build:ts && npm run build:components",
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
"build:components": "componentsjs-generator"
},
"gitHead": "0a249ba341022eb2f1b9922fcf549a9564671d9f"
"gitHead": "e2ae2e9e924bf0656df60cc99774f7e560d47695"
}

@@ -25,3 +25,3 @@ # Comunica Race Mediator

...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-race/^1.0.0/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-race/^2.0.0/components/context.jsonld"
],

@@ -33,5 +33,5 @@ "actors": [

"someMediator": {
"@id": "config-sets:rdf-dereference.json#mediatorRdfParseHandle",
"@id": "#mediatorRdfParseHandle",
"@type": "MediatorRace",
"cc:Mediator/bus": { "@id": "cbrp:Bus/RdfParse" }
"bus": { "@id": "ActorRdfParse:_default_bus" }
}

@@ -45,4 +45,4 @@ }

* `cc:Mediator/bus`: Identifier of the bus to mediate over.
* `bus`: Identifier of the bus to mediate over.

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