New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

logforth

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logforth - npm Package Compare versions

Comparing version
1.2.2
to
1.2.3
+12
-11
package.json
{
"name": "logforth",
"version": "1.2.2",
"version": "1.2.3",
"description": "Simple logging framework for NodeJS",

@@ -17,3 +17,3 @@ "type": "module",

"type": "git",
"url": "https://github.com/dasprid/logforth.git"
"url": "git+https://github.com/DASPRiD/logforth.git"
},

@@ -41,14 +41,15 @@ "files": [

"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.1",
"lefthook": "^1.7.14",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@tsconfig/node20": "^20.1.6",
"@types/node": "^20.19.23",
"lefthook": "^1.13.6",
"typescript": "^5.9.3",
"vitest": "^2.1.9"
},
"dependencies": {
"chalk": "^5.3.0",
"chalk": "^5.6.2",
"serialize-error": "^11.0.3"
}
},
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8"
}