Socket
Socket
Sign inDemoInstall

winston-koa-sse

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-koa-sse - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "winston-koa-sse",
"version": "1.0.0",
"version": "1.0.1",
"description": "winston koa transport based on sse",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

#winston-koa-transport
# winston-koa-sse

@@ -7,7 +7,7 @@ A winston transport for KOA applications that streams logs to your browser leveraging SSE

``` bash
$ npm install winston-koa-transport
$ npm install winston-koa-sse
or
$ yarn add winston-koa-transport
$ yarn add winston-koa-sse
```

@@ -57,2 +57,2 @@

1. For obvious security concerns, **do not activate it in production!**
2. This is a first basic not opimized implementation, no batching of log messages, etc
2. This is a first basic not opimized implementation, no batching of log messages, etc
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