You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

backlib

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backlib - npm Package Compare versions

Comparing version

to
0.5.2-SNAPSHOT.6

2

dist/log.js

@@ -26,3 +26,5 @@ // const { pathExists, mkdirs, appendFile, rename } = (await import('fs-extra')).default;

try {
console.log('->> baseLog.log 11');
await writer.writeRec(rec);
console.log('->> baseLog.log 22');
}

@@ -29,0 +31,0 @@ catch (ex) {

2

package.json
{
"name": "backlib",
"type": "module",
"version": "0.5.2-SNAPSHOT.5",
"version": "0.5.2-SNAPSHOT.6",
"description": "Minimalist library for backend services",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

@@ -25,5 +25,8 @@

try {
console.log('->> baseLog.log 11',);
await writer.writeRec(rec);
console.log('->> baseLog.log 22',);
} catch (ex) {
// here log console.log, no choise
console.log(`ERROR - BACKLIB - Log exception when calling writeRec on logWriter ${writer}. ${ex}`);

@@ -30,0 +33,0 @@ }

Sorry, the diff of this file is not supported yet