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

aft-logging-filesystem

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aft-logging-filesystem - npm Package Compare versions

Comparing version 8.2.0 to 8.3.0

logs/can_change_the_date_formatting.log

4

dist/package.json
{
"name": "aft-logging-filesystem",
"version": "8.2.0",
"version": "8.3.0",
"description": "Automated Functional Testing (AFT) logging plugin package supporting logging to files",

@@ -32,3 +32,3 @@ "main": "index.js",

"dependencies": {
"aft-core": "^8.2.0"
"aft-core": "^8.3.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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

level: 'error',
message: aft_core_1.TestException.full(err)
message: aft_core_1.Err.full(err)
};

@@ -81,0 +81,0 @@ this._appendToFile(data);

{
"name": "aft-logging-filesystem",
"version": "8.2.0",
"version": "8.3.0",
"description": "Automated Functional Testing (AFT) logging plugin package supporting logging to files",

@@ -32,3 +32,3 @@ "main": "index.js",

"dependencies": {
"aft-core": "^8.2.0"
"aft-core": "^8.3.0"
},

@@ -46,3 +46,3 @@ "devDependencies": {

},
"gitHead": "a1113029539af5ce3cd3e391ea8844ca48489644"
"gitHead": "48ced7ed9a8f95ea2a68cc6ffc7ebd90d0f2b86c"
}
import * as path from "path";
import { convert, fileio, LoggingPlugin, LoggingPluginOptions, LogLevel, LogMessageData, Merge, TestException, TestResult } from "aft-core";
import { convert, fileio, LoggingPlugin, LoggingPluginOptions, LogLevel, LogMessageData, Merge, Err, TestResult } from "aft-core";
import * as date from "date-and-time";

@@ -77,3 +77,3 @@

level: 'error',
message: TestException.full(err)
message: Err.full(err)
};

@@ -80,0 +80,0 @@ this._appendToFile(data);

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