node-ws 8.18.0+~cs13.7.11-1 source package in Ubuntu

Changelog

node-ws (8.18.0+~cs13.7.11-1) unstable; urgency=medium

  * Team upload
  * New upstream version (Closes: #1074236, CVE-2024-37890)
  * Update copyright
  * Drop unneeded dependency version constraint
  * Declare compliance with policy 4.7.0

 -- Yadd <email address hidden>  Sat, 06 Jul 2024 08:24:11 +0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ws_8.18.0+~cs13.7.11-1.dsc 2.9 KiB 67776c89f9809015be211be4beb79502f440c207e67ff9a01701a83f50c2d49f
node-ws_8.18.0+~cs13.7.11.orig-types-ws.tar.gz 5.0 KiB 0444855d4735b353cb1fcf0fd1cd43675b24cf678aff4165f561611e684f2fe7
node-ws_8.18.0+~cs13.7.11.orig-wscat.tar.gz 4.8 KiB 5241e259f451558c3b8b1717fdb92226048fe21c557a4329fad10553b6e780de
node-ws_8.18.0+~cs13.7.11.orig.tar.gz 84.5 KiB 9a47627e799ddb73fda48ac8635465cd691af1337c737d7b799c9c94f8a4efac
node-ws_8.18.0+~cs13.7.11-1.debian.tar.xz 5.4 KiB e07c02fdf1e3aeed2d0bb45de812fea8d6ddcdd326826a9dcd4c7680641abbc5

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.