node-websocket-driver 0.7.4+~cs0.6.7-2 source package in Ubuntu

Changelog

node-websocket-driver (0.7.4+~cs0.6.7-2) unstable; urgency=medium

  * Team upload
  * Allow STDERR during autopkgtest (Closes: #991820)
  * Back to unstable

 -- Yadd <email address hidden>  Sat, 07 Aug 2021 08:08:36 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-websocket-driver_0.7.4+~cs0.6.7-2.dsc 2.9 KiB 2594a4f00910e60443c165407afb8b62098fd0bf873579a92d5faf1e76353036
node-websocket-driver_0.7.4+~cs0.6.7.orig-http-parser-js.tar.gz 6.1 KiB 28b3a0982c05fbcc142514237c227697032675f14cd8f226190c900b0c342add
node-websocket-driver_0.7.4+~cs0.6.7.orig-websocket-extensions.tar.gz 19.3 KiB 5373e997cfc8bdf2aec58323c831d699d34b6a3ad640fb8a511eb9b6b1c0d271
node-websocket-driver_0.7.4+~cs0.6.7.orig.tar.gz 26.0 KiB 9e3c4ab84a65cbbea70ec1e9c8c23fc13dccd12736da5a1338a25195e3805cff
node-websocket-driver_0.7.4+~cs0.6.7-2.debian.tar.xz 46.8 KiB 05c1f115b493d80989dd5df40ad5f39ba26bfbe6cdc3d4ada049a04be53a3dd4

Available diffs

No changes file available.

Binary packages built by this source

node-websocket-driver: WebSocket protocol handler with pluggable I/O for Node.js

 This module provides a complete implementation of the WebSocket protocols
 that can be hooked up to any I/O stream. It aims to simplify things by
 decoupling the protocol details from the I/O layer, such that users only
 need to implement code to stream data in and out of it without needing to
 know anything about how the protocol actually works.
 .
 Node.js is an event-based server-side JavaScript engine.