Socket
Socket
Sign inDemoInstall

@comunica/context-entries

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/context-entries - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

4

lib/Keys.d.ts

@@ -157,2 +157,6 @@ import { ActionContextKey } from '@comunica/core';

noCache: ActionContextKey<boolean>;
/**
* A boolean value denoting whether results should be deduplicated or not.
*/
distinctConstruct: ActionContextKey<boolean>;
};

@@ -159,0 +163,0 @@ export declare const KeysQueryOperation: {

@@ -157,2 +157,6 @@ "use strict";

noCache: new core_1.ActionContextKey('@comunica/actor-init-query:noCache'),
/**
* A boolean value denoting whether results should be deduplicated or not.
*/
distinctConstruct: new core_1.ActionContextKey('@comunica/actor-init-query:distinctConstruct'),
};

@@ -159,0 +163,0 @@ exports.KeysQueryOperation = {

10

package.json
{
"name": "@comunica/context-entries",
"version": "3.2.0",
"version": "3.2.1",
"description": "A collection of reusable Comunica context key definitions.",

@@ -37,9 +37,9 @@ "license": "MIT",

"dependencies": {
"@comunica/core": "^3.2.0",
"@comunica/types": "^3.2.0",
"@comunica/core": "^3.2.1",
"@comunica/types": "^3.2.1",
"@rdfjs/types": "*",
"jsonld-context-parser": "^2.2.2",
"sparqlalgebrajs": "^4.3.3"
"sparqlalgebrajs": "^4.3.7"
},
"gitHead": "87baf2afed021a254859e64b92f34d9b51c6a7db"
"gitHead": "f558377c3cefbd1606c51ede80440b862e7dda4f"
}

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