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.0.0 to 1.0.1

2

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

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

@@ -62,4 +62,4 @@ simple-udp-stream

Message size is limited by the smallest MTU between source and destination: https://nodejs.org/api/dgram.html#dgram_socket_send_buf_offset_length_port_address_callback
Message size is limited by the smallest MTU between source and destination: [see Node.js documentation](https://nodejs.org/api/dgram.html#dgram_socket_send_buf_offset_length_port_address_callback).
If a message is too big, it will simply be dropped...
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