New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

loghandler

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loghandler - npm Package Compare versions

Comparing version 1.0.5 to 1.0.7

2

lib/tests/testFiles/reporterTimeOut.d.ts

@@ -6,3 +6,3 @@ import * as sinon from 'sinon';

constructor();
log(...args: any[]): Promise<{}>;
log(...args: any[]): Promise<unknown>;
}

@@ -9,0 +9,0 @@ declare const _default: {

{
"name": "loghandler",
"version": "1.0.5",
"version": "1.0.7",
"description": "Fully tested and strongly typed flexible Log Handler for all NodeJS projects.",

@@ -26,4 +26,4 @@ "main": "lib/index.js",

"dependencies": {
"joi": "^13.4.0",
"lodash": "^4.17.10"
"@hapi/joi": "^15.0.3",
"lodash": "^4.17.11"
},

@@ -30,0 +30,0 @@ "nyc": {

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