Socket
Socket
Sign inDemoInstall

@comunica/context-entries

Package Overview
Dependencies
Maintainers
4
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 2.0.1-alpha.8.0 to 2.0.1-alpha.9.0

4

lib/Keys.d.ts

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

isPathArbitraryLengthDistinctKey: ActionContextKey<boolean>;
/**
* An indicator that the stream will be limited to the given number of elements afterwards.
*/
limitIndicator: ActionContextKey<number>;
};

@@ -143,0 +147,0 @@ export declare const KeysRdfParseJsonLd: {

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

isPathArbitraryLengthDistinctKey: new core_1.ActionContextKey('@comunica/bus-query-operation:isPathArbitraryLengthDistinct'),
/**
* An indicator that the stream will be limited to the given number of elements afterwards.
*/
limitIndicator: new core_1.ActionContextKey('@comunica/bus-query-operation:limitIndicator'),
};

@@ -143,0 +147,0 @@ exports.KeysRdfParseJsonLd = {

8

package.json
{
"name": "@comunica/context-entries",
"version": "2.0.1-alpha.8.0",
"version": "2.0.1-alpha.9.0",
"description": "A collection of reusable Comunica context key definitions.",

@@ -33,4 +33,4 @@ "main": "lib/index.js",

"dependencies": {
"@comunica/core": "2.0.1-alpha.8.0",
"@comunica/types": "2.0.1-alpha.8.0",
"@comunica/core": "2.0.1-alpha.9.0",
"@comunica/types": "2.0.1-alpha.9.0",
"jsonld-context-parser": "^2.1.5"

@@ -41,3 +41,3 @@ },

},
"gitHead": "aaf5b7bb8d67de3364618454ed2976fd08052b61"
"gitHead": "a6642f00830bd9ea3f2f39a10b07362b9f518610"
}
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