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
2
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.8.10
to
0.8.11
+6
-6
package.json
{
"name": "@testring/logger",
"version": "0.8.10",
"version": "0.8.11",
"main": "./dist/index.js",

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

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

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

"devDependencies": {
"@testring/test-utils": "0.8.10"
"@testring/test-utils": "0.8.11"
}
}