You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@peerbit/logger

Package Overview
Dependencies
Maintainers
1
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/logger - npm Package Compare versions

Comparing version
2.0.0-d15e444
to
2.0.0-dac5207
+3
-2
package.json
{
"name": "@peerbit/logger",
"version": "2.0.0-d15e444",
"version": "2.0.0-dac5207",
"description": "Logging utils",

@@ -60,4 +60,5 @@ "sideEffects": false,

"test": "aegir test --target node",
"lint": "aegir lint"
"lint": "aegir lint",
"test:cov": "aegir test -t node --cov"
}
}