New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scribe-js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scribe-js

Comprehensive logging framework with online interface

  • 3.0.0-alpha.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
60
increased by76.47%
Maintainers
1
Weekly downloads
 
Created
Source

Scribe 3.0

Build Status
Node.js logging made simple! Online access to logs and more...

npm install scribe@3.0.0-alpha.5

Features

  • Console features a pipeline (i.e. transforms)
  • Using React instead of Angular for improvements with large data
  • Live notifications with Socket.IO
  • Native applications for Windows/Linux/Mac
  • MongoDB writer
  • Extensive object inspector
  • Support for multithreading (clusters)
  • Support for logging custom metrics i.e. databaseResponseTime
  • ES6 and Promise support - see examples
  • Aggregated timeseries of the log entries
  • Range selection
  • Keyword searching

Future

  • Add client-side options i.e. hide/display tags, show timings, abstract away search
  • Endpoint response time graphing
  • Graphing tools for custom metrics
  • Support for third-party plugins i.e. data parsing and performance tracking (in progress)

Console

Web

Native

Start the example

# run example
git clone https://github.com/bluejamesbond/Scribe.js --branch  es6 --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js

# native apps (mac, linux, windows)
cd public/native/Scribe && ls -l

# web app
http://localhost:4005/scribe

Reference

Refer to examples

Custom Pipelines

Documentation coming in the future

// console.pipe(expose, name, ...throughs);
console.pipe('log', 'bash',new Inspector(), new DefaultConsole());

FAQs

Package last updated on 11 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc