@betit/orion-node-sdk
Advanced tools
Comparing version 3.2.0 to 3.2.2
@@ -49,3 +49,3 @@ "use strict"; | ||
const TIME = this._getTime(); | ||
console.log('\x1b[' + COLOR + ';m ' + TIME + ' ▶', '\x1b[0m', LEVEL, JSON.stringify(m)); | ||
console.log('\x1b[' + COLOR + 'm ' + TIME + ' ▶', '\x1b[0m', LEVEL, JSON.stringify(m)); | ||
} | ||
@@ -52,0 +52,0 @@ _getTime() { |
@@ -11,3 +11,2 @@ /** | ||
export { NatsTransport } from './transport/nats'; | ||
export { KafkaTransport } from './transport/kafka'; | ||
export { Service } from './service'; | ||
@@ -14,0 +13,0 @@ export { Response } from './response/response'; |
@@ -20,4 +20,2 @@ "use strict"; | ||
exports.NatsTransport = nats_1.NatsTransport; | ||
var kafka_1 = require("./transport/kafka"); | ||
exports.KafkaTransport = kafka_1.KafkaTransport; | ||
// service | ||
@@ -24,0 +22,0 @@ var service_1 = require("./service"); |
{ | ||
"name": "@betit/orion-node-sdk", | ||
"version": "3.2.0", | ||
"version": "3.2.2", | ||
"description": "SDK for orion", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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 8 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1812724
146
9
3303