Socket
Socket
Sign inDemoInstall

@holochain/client

Package Overview
Dependencies
Maintainers
0
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holochain/client - npm Package Versions

23
9

0.18.0-dev.10

Diff

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

Changelog

Source

2024-07-09: v0.18.0-dev.5

Fixed

  • Hash part utility functions for core hash and DHT location. Both were using an incorrect number of bytes.
jost-s
published 0.17.1 •

thetasinner
published 0.18.0-dev.4 •

Changelog

Source

2024-06-27: v0.18.0-dev.4

Added

  • Added missing base field to the Link type. This exists in Holochain but wasn't present in the client.

Changed

Fixed

  • Refer to type, not this in a static context to fix a bug in the AppWebsocket that would result in this.requester is not a function when the client is used in as JavaScript environment.

Removed

thetasinner
published 0.17.0 •

Changelog

Source

2024-04-27: v0.17.0-dev.12

Fixed

  • Invalid module references which caused the client to fail to import in Node environments.
jost-s
published 0.18.0-dev.3 •

Changelog

Source

2024-06-13: v0.18.0-dev.3

Changed

  • DhtOp was split into ChainOp and WarrantOp in Holochain.
jost-s
published 0.18.0-dev.2 •

Changelog

Source

2024-06-11: v0.18.0-dev.2

Added

  • New call AppRequest::ProvideMemproofs. An app can be installed with deferred membrane proofs, which can later be provided through this call.
23
9
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