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
12
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

1
79
11

0.11.13

Diff
jost-s
published 0.11.13 •

Changelog

Source

2023-01-16: v0.11.13

Fixed

  • Access Blob from window for browser apps (fixes error with Nodejs v16).
jost-s
published 0.11.12 •

Changelog

Source

2023-01-16: v0.11.12

Fixed

  • Cell id log when no signing credentials are present for a cell.
jost-s
published 0.11.11 •

Changelog

Source

2023-01-11: v0.11.11

Changed

  • Refactor util functions that depend on crypto to async import.
jost-s
published 0.11.10 •

Changelog

Source

2023-01-11: v0.11.10

Removed

  • Deprecated parameter signalCb from WsClient and AppWebsocket.

Changed

  • All Launcher environment properties to be optional.

Fixed

  • Types belonging to AppManifest.
  • Add pending request from client after processing response.
jost-s
published 0.11.9 •

Changelog

Source

2022-12-23: v0.11.9

Added

  • Introduce GrantedFunctionsType to reflect newly added wildcard option for all zomes and functions.

Changed

  • Simplify authorizeSigningCredentials by making functions an optional parameter and defaulting to all zomes and functions.
jost-s
published 0.11.8 •

Changelog

Source

2022-12-21: v0.11.8

Changed

  • Move signing functions to corresponding modules and simplify fn signZomeCall.
jost-s
published 0.11.7 •

Changelog

Source

2022-12-21: v0.11.7

Changed

  • AppAgentWebsocket constructor is private now and follows the same pattern to instantiate through connect as the other websockets.
jost-s
published 0.11.6 •

Changelog

Source

2022-12-21: v0.11.6

Fixed

  • Revert launcher refactors that introduced problems.
jost-s
published 0.11.5 •

Changelog

Source

2022-12-20: v0.11.5

Fixed

  • tauri-apps bug which came out of the blue.
jost-s
published 0.11.4 •

Changelog

Source

2022-12-20: v0.11.4

Changed

  • Tidy up signing module & export functions for signing.