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
13
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holochain/client - npm Package Versions

1
11

0.18.0-dev.4

Diff

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.
jost-s
published 0.17.0-rc.0 •

jost-s
published 0.18.0-dev.1 •

Changelog

Source

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

Added

  • App id to AppClient and AppWebsocket.
  • Optional function parameter for a custom zome transformer in AppWebsocket.
jost-s
published 0.18.0-dev.0 •

Changelog

Source

2024-05-02: v0.18.0-dev.0

Added

  • Test for Rust enum serialization.

Changed

  • BREAKING Update enum serialization to match changed Conductor API serialization format.
thetasinner
published 0.17.0-dev.12 •

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.
thetasinner
published 0.17.0-dev.11 •

Changelog

Source

2024-04-26: v0.17.0-dev.11

Changed

  • BREAKING Changed Appwebsocket.connect() to take a single parameter AppWebsocketConnectionOptions that includes the AppAuthenticationToken as an optional property. The AppAuthenticationToken can be omitted if it is provided by the window.__HC_LAUNCHER_ENV__ variable.
  • BREAKING The legacy framework specific zome call signing methods signZomeCallTauri and signZomeCallElectron have been removed. Runtimes like Launcher now mandatorily need to provide a window.__HC_ZOME_CALL_SIGNER__ object to have zome calls be automatically signed.
  • New optional parameter to attachAppInterface to bind the app interface to a specific app.
  • BREAKING The admin call listAppInterfaces now returns a list of AppInterfaceInfo instead of a list of ports.
thetasinner
published 0.17.0-dev.10 •

Changelog

Source

2024-04-25: v0.17.0-dev.10

Added

  • BREAKING Connecting an app websocket now requires an authentication token which can be obtained from the admin websocket using AdminWebsocket#issueAppAuthenticationToken.

Changed

  • BREAKING Merged the app and app-agent websockets into a single AppWebsocket class. Following the addition of the authentication token, the two types were well enough aligned that there was no longer a need to keep them separate.
  • BREAKING App calls that previously required an InstalledAppId no longer require one because the websocket will be authenticated with an app already, so the app interface no longer requires you to tell it which app you are calling.
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