@sidneys/logger
Advanced tools
Comparing version 1.50.0 to 1.51.0
{ | ||
"name": "@sidneys/logger", | ||
"version": "1.50.0", | ||
"version": "1.51.0", | ||
"description": "ES6-based logger with focus on Electron cross-platform Desktop apps", | ||
@@ -37,4 +37,6 @@ "license": "MIT", | ||
"chalk": "^2.4.2", | ||
"electron-process-type": "^2.4.0", | ||
"fs-extra": "^7.0.1", | ||
"lodash": "^4.17.11", | ||
"moment": "^2.24.0", | ||
"present": "^1.0.0", | ||
@@ -47,3 +49,3 @@ "read-pkg-up": "^4.0.0", | ||
}, | ||
"main": "./lib/main.js" | ||
"main": "./index.js" | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
17812
362
10
1
+ Addedelectron-process-type@^2.4.0
+ Addedmoment@^2.24.0
+ Addedelectron-process-type@2.5.0(transitive)
+ Addedmoment@2.30.1(transitive)