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

@comunica/bus-http

Package Overview
Dependencies
Maintainers
4
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/bus-http - npm Package Compare versions

Comparing version 1.15.0 to 1.16.0

5

lib/ActorHttp.d.ts

@@ -41,1 +41,6 @@ /// <reference types="node" />

export declare const KEY_CONTEXT_INCLUDE_CREDENTIALS = "@comunica/bus-http:include-credentials";
/**
* @type {string} Context entry for the authentication for a source.
* @value {string} "username:password"-pair.
*/
export declare const KEY_CONTEXT_AUTH = "@comunica/bus-http:auth";

7

lib/ActorHttp.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = exports.ActorHttp = void 0;
exports.KEY_CONTEXT_AUTH = exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = exports.ActorHttp = void 0;
const core_1 = require("@comunica/core");

@@ -36,2 +36,7 @@ /**

exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = '@comunica/bus-http:include-credentials';
/**
* @type {string} Context entry for the authentication for a source.
* @value {string} "username:password"-pair.
*/
exports.KEY_CONTEXT_AUTH = '@comunica/bus-http:auth';
//# sourceMappingURL=ActorHttp.js.map

4

package.json
{
"name": "@comunica/bus-http",
"version": "1.15.0",
"version": "1.16.0",
"description": "A comunica bus for 'http' events.",

@@ -50,3 +50,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-http",

},
"gitHead": "d71011b99f9fb5d125822fd42e75db6868ef4a64"
"gitHead": "ed0260a5d71d61a1a77916454fb83039a4ab47b6"
}
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