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

@spinajs/log-common

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/log-common - npm Package Compare versions

Comparing version 2.0.180 to 2.0.181

0

lib/cjs/index.d.ts

@@ -0,0 +0,0 @@ import { Container, SyncService } from "@spinajs/di";

4

lib/cjs/index.js

@@ -52,3 +52,3 @@ "use strict";

LogLevel[LogLevel["Trace"] = 0] = "Trace";
})(LogLevel = exports.LogLevel || (exports.LogLevel = {}));
})(LogLevel || (exports.LogLevel = LogLevel = {}));
exports.StrToLogLevel = {

@@ -148,2 +148,3 @@ trace: LogLevel.Trace,

}
exports.Log = Log;
Log.Loggers = new Map();

@@ -156,3 +157,2 @@ Log.InternalLoggers = new Map();

], Log.prototype, "Container", void 0);
exports.Log = Log;
/**

@@ -159,0 +159,0 @@ * Creates ( if not exists ) new logger instance with given name and optional variables

@@ -0,0 +0,0 @@ import { Container, SyncService } from "@spinajs/di";

@@ -23,3 +23,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

LogLevel[LogLevel["Trace"] = 0] = "Trace";
})(LogLevel = LogLevel || (LogLevel = {}));
})(LogLevel || (LogLevel = {}));
export const StrToLogLevel = {

@@ -26,0 +26,0 @@ trace: LogLevel.Trace,

{
"version": "2.0.180",
"version": "2.0.181",
"description": "Log lib for all spinejs related libs",

@@ -56,4 +56,4 @@

"dependencies": {
"@spinajs/di": "^2.0.180"
"@spinajs/di": "^2.0.181"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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