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

@socket.io/postgres-adapter

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socket.io/postgres-adapter - npm Package Versions

0.4.0

Diff

Changelog

Source

0.4.0 (2024-07-17)

This release contains an important refactor of the adapter (this commit), as most of the logic has been moved in the ClusterAdapter class of the socket.io-adapter package.

darrachequesne
published 0.3.1 •

Changelog

Source

0.3.1 (2023-02-08)

The socket.io-adapter package was added to the list of peerDependencies, in order to fix sync issues with the version imported by the socket.io package (see d177075).

Support for connection state recovery (see here) will be added in the next release.

darrachequesne
published 0.3.0 •

Changelog

Source

0.3.0 (2022-04-28)

Features

  • broadcast and expect multiple acks (829a1f5)

This feature was added in socket.io@4.5.0:

io.timeout(1000).emit("some-event", (err, responses) => {
  // ...
});

Thanks to this change, it will now work with multiple Socket.IO servers.

  • use a single Postgres connection for all namespaces (651e281)

The adapter will now create one single Postgres connection for all namespaces, instead of one per namespace, which could lead to performance issues.

darrachequesne
published 0.2.0 •

Changelog

Source

0.2.0 (2021-12-16)

Features

darrachequesne
published 0.1.1 •

Changelog

Source

0.1.1 (2021-06-28)

Bug Fixes

  • prevent SQL injection in the NOTIFY payload (#1) (580cec2)
darrachequesne
published 0.1.0 •

Changelog

Source

0.1.0 (2021-06-14)

Initial commit

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc