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 2.2.2-alpha.11.0 to 2.2.2-alpha.12.0

5

lib/Keys.d.ts

@@ -34,2 +34,7 @@ import { ActionContextKey } from '@comunica/core';

httpTimeout: ActionContextKey<number>;
/**
* Makes the HTTP timeout not only apply until the response starts streaming in
* but until the response is fully consumed.
*/
httpBodyTimeout: ActionContextKey<boolean>;
};

@@ -36,0 +41,0 @@ export declare const KeysHttpMemento: {

@@ -34,2 +34,7 @@ "use strict";

httpTimeout: new core_1.ActionContextKey('@comunica/bus-http:http-timeout'),
/**
* Makes the HTTP timeout not only apply until the response starts streaming in
* but until the response is fully consumed.
*/
httpBodyTimeout: new core_1.ActionContextKey('@comunica/bus-http:http-body-timeout'),
};

@@ -36,0 +41,0 @@ exports.KeysHttpMemento = {

8

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

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

"dependencies": {
"@comunica/core": "2.2.2-alpha.11.0",
"@comunica/types": "2.2.2-alpha.11.0",
"@comunica/core": "2.2.2-alpha.12.0",
"@comunica/types": "2.2.2-alpha.12.0",
"@rdfjs/types": "*",

@@ -43,3 +43,3 @@ "jsonld-context-parser": "^2.1.5",

},
"gitHead": "b122c1ac9a3382a65812c843727d752ad21d4846"
"gitHead": "399067ba332379a62a0d82782b5930f2925e262b"
}
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