Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@holochain/client

Package Overview
Dependencies
Maintainers
0
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holochain/client - npm Package Versions

23
10

0.18.0-rc.0

Diff

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.
jost-s
published 0.19.0-dev.0 •

Changelog

Source

2024-10-09: v0.19.0-dev.0

Changed

  • Update to Holochain 0.5.0-dev.0
jost-s
published 0.18.0-dev.13 •

jost-s
published 0.18.0-dev.12 •

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.
jost-s
published 0.18.0-dev.11 •

Changelog

Source

2024-09-26: v0.18.0-dev.11

Added

  • Util function to compare two cell ids isSameCell.

Changed

  • BREAKING: Clone cell ids have changed from accepting a CellId to a DnaHash.
thetasinner
published 0.18.0-dev.10 •

Changelog

Source

2024-08-05: v0.18.0-dev.10

Changed

  • Signal listeners changed from only returning an AppSignal to a Signal which can be either an app or system signal.
jost-s
published 0.18.0-dev.8 •

Changelog

Source

2024-08-05: v0.18.0-dev.8

Changed

  • Revert addition of @hc-spartan/holo-hash. Hashes were used inconsistently and lead to wrong types for return values.
jost-s
published 0.18.0-dev.9 •

jost-s
published 0.18.0-dev.6 •

Changelog

Source

2024-07-16: v0.18.0-dev.6

Added

  • New value NotStartedAfterProvidingMemproofs for type DisabledAppReason which effectively allows a new app status, corresponding to the specific state where a UI has just called AppRequest::ProvideMemproofs, but the app has not yet been enabled for the first time.
  • New AppWebsocket call EnableAfterMemproofsProvided, which allows enabling an app only if the app is in the AppStatus::Disabled(DisabledAppReason::NotStartedAfterProvidingMemproofs) state. Attempting to enable the app from other states (other than Running) will fail.
  • New field lineage to the DNA manifest, which declares forward compatibility for any hash in that list with this DNA.
  • New AdminWebsocket call GetCompatibleCells, which returns CellId for all installed cells which use a DNA that is forward-compatible with a given DNA hash. This can be used to find a compatible cell for use with the UseExisting cell provisioning method.
23
10
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