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

nats-hemera

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nats-hemera - npm Package Compare versions

Comparing version 5.4.7 to 5.4.8

7

index.d.ts
/// <reference types="node" />
/// <reference types="pino" />

@@ -7,2 +6,6 @@ import * as pino from 'pino'

// tslint:disable-next-line:export-just-namespace
export = Hemera;
export as namespace Hemera;
declare namespace Hemera {

@@ -388,3 +391,1 @@ type LogLevel =

}
export default Hemera

@@ -29,11 +29,12 @@ const Joi = require('joi')

.keys({
info: Joi.func().minArity(1),
error: Joi.func().minArity(1),
debug: Joi.func().minArity(1),
fatal: Joi.func().minArity(1),
warn: Joi.func().minArity(1),
trace: Joi.func().minArity(1),
child: Joi.func().minArity(1)
info: Joi.func(),
error: Joi.func(),
debug: Joi.func(),
fatal: Joi.func(),
warn: Joi.func(),
trace: Joi.func(),
child: Joi.func()
})
.requiredKeys('info', 'error', 'debug', 'fatal', 'warn', 'trace'),
.requiredKeys('info', 'error', 'debug', 'fatal', 'warn', 'trace')
.unknown(),
Joi.object().type(Stream)

@@ -40,0 +41,0 @@ ),

{
"name": "nats-hemera",
"author": "Dustin Deus (https://github.com/StarpTech)",
"version": "5.4.7",
"version": "5.4.8",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/",

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