Socket
Socket
Sign inDemoInstall

simple-udp-stream

Package Overview
Dependencies
1
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "simple-udp-stream",
"version": "1.1.1",
"version": "1.1.2",
"description": "Writable stream over UDP",

@@ -5,0 +5,0 @@ "keywords": [

@@ -19,2 +19,4 @@ simple-udp-stream

stream.end();
![wireshark simple capture](https://i.imgur.com/89Am8Zu.png)

@@ -43,2 +45,7 @@

var udpStream = require('simple-udp-stream')({
destination: '127.0.0.1',
port: 9999
});
var logger = bunyan.createLogger({

@@ -48,6 +55,3 @@ name: 'my-logger',

level: 'info',
stream: require('simple-udp-stream')({
destination: '127.0.0.1',
port: 9999
})
stream: udpStream
}]

@@ -58,2 +62,4 @@ });

udpStream.end();
![kibana capture](https://i.imgur.com/u2yuKv6.png)

@@ -60,0 +66,0 @@

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