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

@comunica/bus-query-operation

Package Overview
Dependencies
Maintainers
5
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/bus-query-operation - npm Package Compare versions

Comparing version 2.6.11-alpha.40.0 to 2.6.11-alpha.41.0

15

lib/ActorQueryOperation.js

@@ -80,15 +80,4 @@ "use strict";

let lastReturn;
return () => {
if (!lastReturn) {
lastReturn = metadata();
lastReturn
.then(lastReturnValue => lastReturnValue.state.addInvalidateListener(() => {
lastReturn = undefined;
}))
.catch(() => {
// Ignore error
});
}
return lastReturn;
};
// eslint-disable-next-line no-return-assign,@typescript-eslint/no-misused-promises
return () => (lastReturn || (lastReturn = metadata()));
}

@@ -95,0 +84,0 @@ /**

14

package.json
{
"name": "@comunica/bus-query-operation",
"version": "2.6.11-alpha.40.0",
"version": "2.6.11-alpha.41.0",
"description": "A comunica bus for query-operation events.",

@@ -34,7 +34,7 @@ "lsd:module": true,

"dependencies": {
"@comunica/bindings-factory": "2.6.11-alpha.40.0",
"@comunica/context-entries": "2.6.11-alpha.40.0",
"@comunica/core": "2.6.11-alpha.40.0",
"@comunica/data-factory": "2.6.11-alpha.40.0",
"@comunica/types": "2.6.11-alpha.40.0",
"@comunica/bindings-factory": "2.6.11-alpha.41.0",
"@comunica/context-entries": "2.6.11-alpha.41.0",
"@comunica/core": "2.6.11-alpha.41.0",
"@comunica/data-factory": "2.6.11-alpha.41.0",
"@comunica/types": "2.6.11-alpha.41.0",
"@rdfjs/types": "*",

@@ -50,3 +50,3 @@ "asynciterator": "^3.8.0",

},
"gitHead": "b4e12e9d015d4bdb6b2668f3065826eb8aea3dc4"
"gitHead": "6894236da4339c206be19ea5ed7355883bac3992"
}

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