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

@testring/logger

Package Overview
Dependencies
Maintainers
1
Versions
159
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.6
to
0.8.7
+6
-6
package.json
{
"name": "@testring/logger",
"version": "0.8.6",
"version": "0.8.7",
"main": "./dist/index.js",

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

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

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

"devDependencies": {
"@testring/test-utils": "0.8.6"
"@testring/test-utils": "0.8.7"
}
}