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

1
10

0.11.4

Diff

Changelog

Source

2022-12-20: v0.11.4

Changed

  • Tidy up signing module & export functions for signing.
jost-s
published 0.11.3 •

Changelog

Source

2022-12-20: v0.11.3

Fixed

  • Serialization package issue.
jost-s
published 0.11.2 •

Changelog

Source

2022-12-20: v0.11.2

Removed

  • Deprecated API calls.

Fixed

  • Type definition of functions in authorizeNewSigningKeyPair.
  • Problem with rolling up serialization package.
jost-s
published 0.11.1 •

Changelog

Source

2022-12-19: v0.11.1

Removed

  • property provenance from AppAgentCallZomeRequest.
jost-s
published 0.11.0 •

Changelog

Source

2022-12-18: v0.11.0

Added

  • Low-level functions to generate and authorize signing keys and to sign zome calls with them.
  • High-level function to handle key generation and zome call signing automatically.

Removed

  • BREAKING CHANGE: Remove call install_app.

Changed

  • BREAKING CHANGE: Upgrade to Holochain v0.1.0-beta-rc.1
  • BREAKING CHANGE: Require all zome calls to be signed.
  • BREAKING CHANGE: Rename install_app_bundle to install_app.
  • BREAKING CHANGE: Rename archive_clone_cell to disable_clone_cell.
  • BREAKING CHANGE: Rename restore_archived_clone_cell to enable_clone_cell.
  • BREAKING CHANGE: Move enable_clone_cell to App API.
  • BREAKING CHANGE: Refactor delete_clone_cell to delete a single disabled clone cell.
  • BREAKING CHANGE: Refactor app_info to return all cells and DNA modifiers.
  • BREAKING CHANGE: Rename request_agent_info to agent_info.
  • AppAgentWebsocket constructor uses launcher env.INSTALLED_APP_ID when present
jost-s
published 0.10.4 •

Changelog

Source

2022-12-14: v0.10.4

Changed

  • Remove fetch to launcher-env.json and replace it with window.__HC_LAUNCHER_ENV__.
jost-s
published 0.10.3 •

Changelog

Source

2022-12-12: v0.10.3

Changed

  • Use lodash-es instead of lodash
jost-s
published 0.10.2 •

Changelog

Source

2022-12-08: v0.10.2

Fixed

  • Missing export of AppAgentWebsocket
jost-s
published 0.10.1 •

Changelog

Source

2022-12-08: v0.10.1

Fixed

  • Switch event emitter package from "events" to "Emittery".
jost-s
published 0.10.0 •

Changelog

Source

2022-12-07: v0.10.0

Added

  • Interface AppAgentClient, along with a class that implements that interface AppAgentWebsocket as part of work to unify the holochain and holo client apis. Happ devs will now be able to write the majority of their client code using the AppAgentClient interface, completely agnostic as to whether they're in a pure holochain or holo context.
  • Add App API call gossip_info, which returns progress data on historical gossip.
  • Update to holochain 0.0.175, hdk 0.0.163 which includes all the breaking change renames
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