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

@betit/orion

Package Overview
Dependencies
Maintainers
31
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betit/orion - npm Package Compare versions

Comparing version 1.0.0-beta.5 to 1.0.0-beta.6

1

lib/logger/logger.d.ts

@@ -6,2 +6,3 @@ import { RawMessage, Logger as LoggerInterface } from '../types/interfaces';

private _client;
private _vernose;
constructor(_serviceName: string);

@@ -8,0 +9,0 @@ createMessage(message: string): Message;

@@ -8,2 +8,3 @@ "use strict";

this._serviceName = _serviceName;
this._vernose = process.argv.indexOf('--verbose') !== 0;
this._client = new graylog({

@@ -19,4 +20,7 @@ host: process.env.ORION_LOGGER_HOST || '127.0.0.1',

this._client.raw(m);
if (this._vernose) {
console.log(m);
}
}
}
exports.Logger = Logger;

2

package.json
{
"name": "@betit/orion",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Pluggable microservice framework",

@@ -5,0 +5,0 @@ "license": "MIT",

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