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

@holochain/client

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holochain/client - npm Package Versions

23
11

0.18.0

Diff

Changelog

Source

2024-09-30: v0.18.0-dev.12

Fixed

  • Type RevokeAgentKeyResponse, which returns an array of tuples with cell id and error message for all cells that key revocation failed for.
matthme
published 0.18.0-rc.2 •

matthme
published 0.18.0-rc.1 •

matthme
published 0.19.0-dev.6 •

Changelog

Source

2024-11-28: v0.19.0-dev.6

Added

Fixed

Changed

  • Change InstallAppRequest type to adhere to the new format that includes the roles_settings field and removes the membrane_proofs field as membrane proofs are now specified as part of the roles_settings.

Removed

jost-s
published 0.19.0-dev.5 •

Changelog

Source

2024-11-21: v0.19.0-dev.5

Changed

  • Simplify zome call parameters. cap_secret, provenance and payload are optional parameters of a CallZomeRequest. If implicit zome call signing is used, which happens when calling a zome with a CallZomeRequest, provenance and cap_secret are automatically set with the authorized signing credentials. It is still possible to call a cell by its role name instead of its cell id. Alternatively to passing in a CallZomeRequest, callZome can be invoked with a signed request CallZomeRequestSigned, where the zome call parameters have already been serialized and signed.
jost-s
published 0.19.0-dev.4 •

Changelog

Source

2024-11-21: v0.19.0-dev.4

Fixed

  • Bring back optional cap_secret to zome call parameters.
jost-s
published 0.19.0-dev.3 •

Changelog

Source

2024-11-20: v0.19.0-dev.3

Changed

  • Zome call signing has been changed in Holochain to remove the requirement of imitating Holochain serialization. Signing is now a simplified process of serializing zome call parameters using MessagePack, then computing a SHA2 512-bit hash of the serialized bytes and signing the hash. The zome call payload consists of the serialized bytes and the signature.
jost-s
published 0.19.0-dev.2 •

Changelog

Source

2024-11-12: v0.19.0-dev.2

Added

  • AppWebsocket calls to interact with countersigning sessions, i.e. GetCountersigningSessionState as well as AbandonCountersigningSession and PublishCountersigningSession when a session could not be resolved automatically. Countersigning is an unstable feature which must explicitly be enabled in Holochain.
jost-s
published 0.18.0-rc.0 •

jost-s
published 0.19.0-dev.1 •

Changelog

Source

2024-10-28: v0.19.0-dev.1

Added

  • Bring back a websocket reconnection automation for Admin and App websockets. When either of them is closed and a new request made, it will attempt to reconnect using the same app authentication token that was used to initially authenticate the websocket. A specific InvalidTokenError is returned if that fails.
23
11
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