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

@comunica/context-entries

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

4

lib/Keys.d.ts

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

jsonLdContext: ActionContextKey<any>;
/**
* A boolean value denoting whether caching is disabled or not.
*/
noCache: ActionContextKey<boolean>;
};

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

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

jsonLdContext: new core_1.ActionContextKey('@context'),
/**
* A boolean value denoting whether caching is disabled or not.
*/
noCache: new core_1.ActionContextKey('@comunica/actor-init-query:noCache'),
};

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

8

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

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

"dependencies": {
"@comunica/core": "3.0.1-alpha.46.0",
"@comunica/types": "3.0.1-alpha.46.0",
"@comunica/core": "^3.0.1",
"@comunica/types": "^3.0.1",
"@rdfjs/types": "*",

@@ -44,3 +44,3 @@ "jsonld-context-parser": "^2.2.2",

},
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023"
"gitHead": "9c0b537cd927d29590c287fe882185d88a65461b"
}

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