New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tchannel

Package Overview
Dependencies
Maintainers
8
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tchannel - npm Package Versions

1
79
23

3.5.31

Diff
jcorbin
published 3.5.31 •
raynos
published 2.10.3 •
raynos
published 3.5.30 •
raynos
published 3.5.29 •
raynos
published 3.5.28 •
jcorbin
published 3.5.27 •
raynos
published 3.5.26 •
jcorbin
published 3.5.25 •
raynos
published 3.5.24 •
raynos
published 3.5.23 •

Changelog

Source

v3.5.23

  • This change significantly reduces the weight of buffers latent on the heap by using a shared 64KB buffer instead of one intermediate buffer for each frame.
  • Adds Peer#toString() and Peer#inspect()
  • Fixes Peer#connectTo() such that it returns a Connection.
  • Adds a missing TChannel#setWriteBufferMode(mode) method to retain backward-compatibility with dependees that still need it.