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.14.0

Diff

Changelog

Source

2023-05-01: v0.14.0

Changed

  • Set default timeout for API calls to 60 seconds, formerly 15 seconds.
  • BREAKING CHANGE: Replace NPM package "tweetnacl" with "@noble/ed25519". "tweetnacl" produced errors with bundlers and hasn't been updated in a longer time.

Fixed

  • BREAKING CHANGE: Update params of NetworkInfoRequest.
jost-s
published 0.13.0 •

Changelog

Source

2023-04-15: v0.13.0

Added

  • Add new Admin API endpoint storageInfo.
  • Add new Admin API endpoint dumpNetworkStats.
  • Add new Admin API endpoint updateCoordinators to update coordinator zomes in an already installed hApp.

Changed

  • Update response type NetworkInfo.
jost-s
published 0.12.5 •

Changelog

Source

2023-03-01: v0.12.5

Fixed

  • Replace event listener method .on("close") by .onclose. .on is not compatible with Web API's WebSocket.
jost-s
published 0.12.4 •

Changelog

Source

2023-03-01: v0.12.4

Fixed

  • When app websocket closes, reject pending requests.
jost-s
published 0.12.3 •

Changelog

Source

2023-02-24: v0.12.3

Changed

  • Throw an error when calling zome with role name and provenance from AppAgentWebsocket. Role names can only be used with own agent, not for other agents.
jost-s
published 0.12.2 •

Changelog

Source

2023-02-13: v0.12.2

Added

  • Function to generate a fake DNA hash.

Changed

  • Switch to Nix flake for develop environment. Run nix develop from now on instead of nix-shell. Pass on --extra-experimental-features nix-command --extra-experimental-features flakes or enable these features for your user in ~/.config/nix/nix.conf.
jost-s
published 0.12.1 •

Changelog

Source

2023-02-07: v0.12.1

Changed

  • Update NetworkInfo types.
jost-s
published 0.12.0 •

Changelog

Source

2023-01-27: v0.12.0

Compatible with Holochain v0.1.0

  • No changes; minor version bump.
jost-s
published 0.11.16 •

Changelog

Source

2023-01-25: v0.11.16

Changed

  • Refactor AppAgentWebsocket to directly get the agent pub key from app info.
jost-s
published 0.11.15 •

Changelog

Source

2023-01-23: v0.11.15

Added

  • Return additional field agent_pub_key in AppInfo.

Changed

  • BREAKING CHANGE: The resources field of bundles was changed from Array<number> to Uint8Array.
  • BREAKING CHANGE: CreateCloneCell returns ClonedCell instead of InstalledCell.
  • BREAKING CHANGE: EnableCloneCell returns ClonedCell instead of InstalledCell.
  • BREAKING CHANGE: Remove unused call AdminRequest::StartApp.
  • BREAKING CHANGE: Cell is split up into ProvisionedCell and ClonedCell.
  • BREAKING CHANGE: CellInfo variants are renamed to snake case during serde.
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