node-sockjs-client 1.6.1+dfsg1-2 source package in Ubuntu

Changelog

node-sockjs-client (1.6.1+dfsg1-2) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Update lintian override info format in d/source/lintian-overrides
    on line 2-8, 11-27
  * Use secure URI in Homepage field
  * Update standards version to 4.6.2, no changes needed

  [ Yadd ]
  * Drop __proto__ calls in tests (Closes: #1033821)

 -- Yadd <email address hidden>  Mon, 03 Apr 2023 10:13:25 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sockjs-client_1.6.1+dfsg1-2.dsc 2.3 KiB e39ba84a5f47128a04be7515509cb9ff2ca9136740ca9cb543532b3a50204cec
node-sockjs-client_1.6.1+dfsg1.orig.tar.xz 145.3 KiB 3bcef6bfa0e837989d0e5edcae8b70b0edd11e8f844d7ee86e63b99f948d6666
node-sockjs-client_1.6.1+dfsg1-2.debian.tar.xz 24.7 KiB f34d495d1988d2af8e8f240c47dedb1f1bb008dfaadc844c4cf727a1fd6d0a90

Available diffs

No changes file available.

Binary packages built by this source

node-sockjs-client: provides a WebSocket-like object in browser

 SockJS-client is a browser JavaScript library that provides a WebSocket-like
 object. SockJS gives you a coherent, cross-browser, Javascript API which
 creates a low latency, full duplex, cross-domain communication channel between
 the browser and the web server.
 .
 Under the hood SockJS tries to use native WebSockets first. If that fails it
 can use a variety of browser-specific transport protocols and presents them
 through WebSocket-like abstractions.
 .
 SockJS is intended to work for all modern browsers and in environments which
 don't support the WebSocket protocol -- for example, behind restrictive
 corporate proxies.
 .
 Node.js is an event-based server-side JavaScript engine.