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

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

"dependencies": {
"@testring/pluggable-module": "0.6.14-alpha.2",
"@testring/transport": "0.6.14-alpha.2",
"@testring/types": "0.6.14-alpha.2",
"@testring/utils": "0.6.14-alpha.2",
"@testring/pluggable-module": "0.6.14-alpha.3",
"@testring/transport": "0.6.14-alpha.3",
"@testring/types": "0.6.14-alpha.3",
"@testring/utils": "0.6.14-alpha.3",
"@types/bytes": "3.1.4",

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

"devDependencies": {
"@testring/test-utils": "0.6.14-alpha.2"
"@testring/test-utils": "0.6.14-alpha.3"
}
}