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

@studio/log

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studio/log - npm Package Compare versions

Comparing version
1.4.0
to
1.4.1
+4
-0
CHANGES.md
# Changes
## 1.4.1
- ✨ Add install instructions
## 1.4.0

@@ -4,0 +8,0 @@

+1
-1
{
"name": "@studio/log",
"version": "1.4.0",
"version": "1.4.1",
"description": "A tiny JSON logger with emoji support",

@@ -5,0 +5,0 @@ "bin": {

@@ -32,6 +32,14 @@ # Studio Log

Install this module globally (`npm install @studio/log -g`) to get the
`emojilog` command line tool to format logs:
## Install
```bash
$ npm install @studio/log --save
```
Install this module globally to get the `emojilog` command line tool to format
logs:
```bash
$ npm install @studio/log -g
# ...
$ node app.js | emojilog

@@ -38,0 +46,0 @@ ```