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

@betit/orion-node-sdk

Package Overview
Dependencies
Maintainers
53
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betit/orion-node-sdk - npm Package Compare versions

Comparing version 3.2.0 to 3.2.2

.idea/codeStyles/codeStyleConfig.xml

2

lib/logger/logger.js

@@ -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

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