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

@spinajs/log

Package Overview
Dependencies
Maintainers
1
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/log - npm Package Compare versions

Comparing version 2.0.228 to 2.0.229

2

lib/cjs/log.js

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

if (!t.instance) {
throw new exceptions_1.InvalidOperation(`Target for rule ${t.rule.name} not exists`);
throw new exceptions_1.InvalidOperation(`Target ${t.rule.target} for rule ${t.rule.name} not exists`);
}

@@ -100,0 +100,0 @@ return t.instance.write(entry);

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

if (!t.instance) {
throw new InvalidOperation(`Target for rule ${t.rule.name} not exists`);
throw new InvalidOperation(`Target ${t.rule.target} for rule ${t.rule.name} not exists`);
}

@@ -94,0 +94,0 @@ return t.instance.write(entry);

{
"name": "@spinajs/log",
"version": "2.0.228",
"version": "2.0.229",
"description": "Log lib for all spinejs related libs",

@@ -45,7 +45,7 @@

"@colors/colors": "^1.5.0",
"@spinajs/configuration": "^2.0.228",
"@spinajs/di": "^2.0.228",
"@spinajs/exceptions": "^2.0.228",
"@spinajs/internal-logger": "^2.0.228",
"@spinajs/log-common": "^2.0.228",
"@spinajs/configuration": "^2.0.229",
"@spinajs/di": "^2.0.229",
"@spinajs/exceptions": "^2.0.229",
"@spinajs/internal-logger": "^2.0.229",
"@spinajs/log-common": "^2.0.229",
"ajv": "^8.12.0",

@@ -52,0 +52,0 @@ "chalk": "5.2.0",

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