Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@testring/logger

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring/logger - npm Package Compare versions

Comparing version
0.7.3
to
0.7.4
+6
-6
package.json
{
"name": "@testring/logger",
"version": "0.7.3",
"version": "0.7.4",
"main": "./dist/index.js",

@@ -13,6 +13,6 @@ "types": "./src/index.ts",

"dependencies": {
"@testring/pluggable-module": "0.7.3",
"@testring/transport": "0.7.3",
"@testring/types": "0.7.3",
"@testring/utils": "0.7.3",
"@testring/pluggable-module": "0.7.4",
"@testring/transport": "0.7.4",
"@testring/types": "0.7.4",
"@testring/utils": "0.7.4",
"@types/bytes": "3.1.4",

@@ -24,4 +24,4 @@ "@types/node": "22.8.5",

"devDependencies": {
"@testring/test-utils": "0.7.3"
"@testring/test-utils": "0.7.4"
}
}