Socket
Socket
Sign inDemoInstall

storyboard

Package Overview
Dependencies
13
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

2

package.json
{
"name": "storyboard",
"version": "3.0.0",
"version": "3.1.0",
"main": "lib/index.js",

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

@@ -7,3 +7,3 @@ # Storyboard [![Build Status](https://travis-ci.org/guigrpa/storyboard.svg?branch=master)](https://travis-ci.org/guigrpa/storyboard) [![Coverage Status](https://coveralls.io/repos/github/guigrpa/storyboard/badge.svg?branch=master)](https://coveralls.io/github/guigrpa/storyboard?branch=master) [![npm version](https://img.shields.io/npm/v/storyboard.svg)](https://www.npmjs.com/package/storyboard)

Demo: https://storyboard-bhibtchlhy.now.sh (might be a bit slow at first; free hosting!)
Demo: https://storyboard-examples-ifkpkpoyhz.now.sh/ (might be a bit slow at first; free hosting!)

@@ -21,3 +21,3 @@ **These docs are for Storyboard v3. [Docs for v2 are also available](https://github.com/guigrpa/storyboard/blob/v2.3.1/README.md), but you're [encouraged to upgrade](https://github.com/guigrpa/storyboard/blob/master/CHANGELOG.md)!**

* **Attach anything** to your logs for further investigation.
* **Plug-in architecture**. Available plugins include Console, WebSocket Server & Client, File, (PostgreSQL) Database, and Browser Extension, but you can write your own too!
* **Plug-in architecture**. Available plugins include Console (& Parallel Console), WebSocket Server & Client, File, (PostgreSQL) Database, and Browser Extension, but you can write your own too!
* **Lightweight**. Plugins are now (v3) available separately, so you only need to bring in the dependencies you actually use.

@@ -275,4 +275,6 @@ * **Rich filter options**: give logs *source* and *severity* attributes and apply *fine-grained filtering*, with white and black lists.

* **Console** (`storyboard-listener-console`): formats logs and sends them to `console.log` or `console.error`.
* **Console** (`storyboard-listener-console`): formats logs and sends them to the console (also in the browser).
* **Parallel Console** (`storyboard-listener-console-parallel`): shows parallel, top-level stories in the console, with support for resizing.
* **WebSocket Server** (`storyboard-listener-ws-server`): encapsulates logs and pushes them to WebSocket clients. Used jointly with the WebSocket Client and Browser Extension, it allows [remote access to server stories](#remote-access-to-server-stories).

@@ -458,3 +460,3 @@

You can check out your new extension navigating to: https://storyboard-bhibtchlhy.now.sh (might be a bit slow at first; free hosting!)
You can check out your new extension navigating to: https://storyboard-examples-ifkpkpoyhz.now.sh/ (might be a bit slow at first; free hosting!)

@@ -461,0 +463,0 @@ Storyboard DevTools is built with [React](https://facebook.github.io/react/), [Redux](http://redux.js.org/) and [Redux-Saga](http://yelouafi.github.io/redux-saga/).

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc