@betit/orion-node-sdk
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -13,2 +13,3 @@ import { Logger, Message as MessageInterface } from '../types/interfaces'; | ||
private _args; | ||
private _vm_host; | ||
constructor(_client: Logger, _host: string, _message: string); | ||
@@ -15,0 +16,0 @@ setLevel(level: number): this; |
@@ -9,2 +9,3 @@ "use strict"; | ||
this._message = _message; | ||
this._vm_host = process.env.VM_HOST; | ||
} | ||
@@ -50,2 +51,3 @@ setLevel(level) { | ||
let m = { | ||
vm_host: this._vm_host, | ||
host: this._host, | ||
@@ -52,0 +54,0 @@ timestamp: Math.round(new Date().getTime() / 1000), |
@@ -11,2 +11,3 @@ /** | ||
export { NatsTransport } from './transport/nats'; | ||
export { KafkaTransport } from './transport/kafka'; | ||
export { Service } from './service'; | ||
@@ -13,0 +14,0 @@ export { Response } from './response/response'; |
@@ -20,2 +20,4 @@ "use strict"; | ||
exports.NatsTransport = nats_1.NatsTransport; | ||
var kafka_1 = require("./transport/kafka"); | ||
exports.KafkaTransport = kafka_1.KafkaTransport; | ||
// service | ||
@@ -22,0 +24,0 @@ var service_1 = require("./service"); |
@@ -24,5 +24,2 @@ "use strict"; | ||
}); | ||
this._client.on('disconnect', () => DEBUG('nats disconnected')); | ||
this._client.on('reconnecting', () => DEBUG('nats reconnecting')); | ||
this._client.on('close', () => DEBUG('nats close')); | ||
this._client.on('connect', () => DEBUG('nats initial connect')); | ||
@@ -153,2 +150,3 @@ } | ||
this._client.on('close', callback); | ||
this._client.on('disconnect', callback); | ||
} | ||
@@ -155,0 +153,0 @@ } |
{ | ||
"name": "@betit/orion-node-sdk", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "SDK for orion", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1833958
3620
145
21