node-ws 7.2.1-3 source package in Ubuntu

Changelog

node-ws (7.2.1-3) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.0
  * Fix components install and add related test (Closes: #954152)

 -- Xavier Guimard <email address hidden>  Tue, 17 Mar 2020 18:20:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
node-ws_7.2.1-3.dsc 3.5 KiB 684c9991c66c03cdac1df3b25be53fcc08081f0763fdad4d0ec894782cb62694
node-ws_7.2.1.orig-agent-base.tar.gz 12.4 KiB 162cb3c5cc22edfd9a15080bbc89c7f513de52379402bcbf9f8021dcae70926a
node-ws_7.2.1.orig-bufferutil.tar.gz 4.4 KiB 7d419510deda0721fa3aaa7d9ec10ea36dd851f0a74bc973ddf445cf39174ba4
node-ws_7.2.1.orig-https-proxy-agent.tar.gz 9.5 KiB 80f62f6ab69ae7d040097c7362a8c29801e252c40a940552e3644d3e610da456
node-ws_7.2.1.orig-utf-8-validate.tar.gz 4.8 KiB 51844a3ab3bdc91abe816aaa3de0b16878f28bf9a5c002458a8d4e6e8b6b358a
node-ws_7.2.1.orig-wscat.tar.gz 4.6 KiB 8f1d492e6cb392cf6212e31ee5b371dc7c50b9aacdaed045cae2d65956bc9b88
node-ws_7.2.1.orig.tar.gz 61.5 KiB 99deaf52d6e731ac0fbff5a73a9d4e68fa26f455b8555077786253a56842b558
node-ws_7.2.1-3.debian.tar.xz 82.3 KiB 11c9b7ff2daaa2281edfaf230c55b6102be2086e3a9da6702f0f3e3dc3b4080f

Available diffs

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.

node-ws-dbgsym: debug symbols for node-ws