node-ws 8.5.0+~cs13.3.3-2 source package in Ubuntu

Changelog

node-ws (8.5.0+~cs13.3.3-2) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest: wscat is not a module

 -- Yadd <email address hidden>  Sun, 20 Feb 2022 11:30:01 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ws_8.5.0+~cs13.3.3-2.dsc 2.9 KiB 40e47fa9900b0f506aa28c1b53ecc138629c31a32fae41f6699b7afdc41b10a2
node-ws_8.5.0+~cs13.3.3.orig-types-ws.tar.gz 4.5 KiB f21fa609b663a90690d11304beed3db26e47d65fb449b6ff41f0acdb25a670a3
node-ws_8.5.0+~cs13.3.3.orig-wscat.tar.gz 4.7 KiB f37bd5705a8702d1e42a9b3f83da715d6e729142b6491a1fc7f3e756430ad9ad
node-ws_8.5.0+~cs13.3.3.orig.tar.gz 73.7 KiB b9a0608103485b27de92339a077788c1bcc8fc2dbb87b49eb4a0356ade58d953
node-ws_8.5.0+~cs13.3.3-2.debian.tar.xz 5.1 KiB 99fd54d3a40de24f1f3e5381766d91d72866b1736c98e6c08966c24fd68af3f7

No changes file available.

Binary packages built by this source

node-ws: RFC-6455 WebSocket implementation module for Node.js

 ws is a simple to use websocket implementation, up-to-date against RFC-6455,
 and probably the fastest WebSocket library for Node.js.
 .
 Passes the quite extensive Autobahn test suite. See
 http://einaros.github.com/ws for the full reports.
 .
 It also provides wscat, a command-line tool which can either act
 as a server or a client, and is useful for debugging websocket services.
 .
 Node.js is an event-based server-side javascript engine.