node-websocket-stream 5.4.0-2 source package in Ubuntu

Changelog

node-websocket-stream (5.4.0-2) unstable; urgency=low

  [ Ying-Chun Liu (PaulLiu) <email address hidden> ]
  * Add 0001_fix_streamjs_crash.patch: handle error. (Closes: #950532)

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Wed, 05 Feb 2020 04:37:48 +0800

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-websocket-stream_5.4.0-2.dsc 2.1 KiB 54a789cf7b6564c5555e0ec58e0213ce6da9d220f9a0ed253f6592b72f2641fb
node-websocket-stream_5.4.0.orig.tar.gz 6.9 KiB b433602450161edc1a9a635964eccadc53ec5f7ea7917a95cbcc1936f2879360
node-websocket-stream_5.4.0-2.debian.tar.xz 3.9 KiB 59ee1325e058a1eac90f2710c7d21af48d4461946ef7294a7bd263b0eadb5681

Available diffs

No changes file available.

Binary packages built by this source

node-websocket-stream: use websockets with the node streams API in browser and node

 Use HTML5 websockets using the Node Streams API. This module works in Node or
 in Browsers that support WebSockets. You can use browserify to package this
 module for browser use.
 .
 Node.js is an event-based server-side JavaScript engine.