Socket
Socket
Sign inDemoInstall

@spinajs/log

Package Overview
Dependencies
Maintainers
1
Versions
277
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 1.2.64 to 1.2.65

2

lib/targets/FileTarget.js

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

this.LogDirPath = path.dirname(path.resolve((0, configuration_1.format)(null, this.Options.options.path)));
this.ArchiveDirPath = this.Options.options.archivePath ? path.dirname(path.resolve((0, configuration_1.format)(null, this.Options.options.archivePath))) : this.LogDirPath;
this.ArchiveDirPath = this.Options.options.archivePath ? path.resolve((0, configuration_1.format)(null, this.Options.options.archivePath)) : this.LogDirPath;
this.LogFileName = (0, configuration_1.format)(null, path.basename(this.Options.options.path));

@@ -137,0 +137,0 @@ this.LogPath = path.join(this.LogDirPath, this.LogFileName);

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

@@ -44,3 +44,3 @@ "main": "lib/index.js",

},
"gitHead": "6d1e0cc9a731c42503825e50243d85948ce7bf83"
"gitHead": "995346bcfb06146fcc3e8871360c66e34f449f12"
}

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