Socket
Socket
Sign inDemoInstall

@comunica/bus-http

Package Overview
Dependencies
Maintainers
4
Versions
97
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.14.0 to 1.15.0

4

lib/ActorHttp.d.ts

@@ -37,1 +37,5 @@ /// <reference types="node" />

}
/**
* @type {string} Context entry for the include credentials glags.
*/
export declare const KEY_CONTEXT_INCLUDE_CREDENTIALS = "@comunica/bus-http:include-credentials";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActorHttp = void 0;
exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = exports.ActorHttp = void 0;
const core_1 = require("@comunica/core");

@@ -32,2 +32,6 @@ /**

exports.ActorHttp = ActorHttp;
/**
* @type {string} Context entry for the include credentials glags.
*/
exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = '@comunica/bus-http:include-credentials';
//# sourceMappingURL=ActorHttp.js.map

6

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

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

"devDependencies": {
"@comunica/core": "^1.14.0"
"@comunica/core": "^1.15.0"
},

@@ -51,3 +51,3 @@ "scripts": {

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