Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@holochain/client

Package Overview
Dependencies
Maintainers
13
Versions
97
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.16.4

Diff

jost-s
published 0.17.0-dev.1 •

Changelog

Source

2023-11-16: v0.17.0-dev.1

Added

  • Type Link to HDK and a confirmatory test.
jost-s
published 0.17.0-dev.0 •

Changelog

Source

2023-11-08: v0.17.0-dev.0

Changed

  • BREAKING CHANGE: Conductor API ser/deserialization has changed on Holochain side. Tags are serialized like { type: { app_info: null } } now, when before it was { type: "app_info" } for requests and responses.
jost-s
published 0.16.3 •

Changelog

Source

2023-10-17: v0.16.3

Fixed

  • CapAccess types Unrestricted and Transferable were not correctly implemented. Both need to be nested objects containing a single property with a Pascal cased name, e. g. { access: { Unrestricted: null } }.
  • AttachAppInterfaceRequest took a mandatory property port. The property is optional now.

Removed

  • Dropped support for Node.js v16 after its end-of-life.
jost-s
published 0.16.2 •

Changelog

Source

2023-09-19: v0.16.2

Added

  • Support for signing zome calls in electron via window.electronAPI.signZomeCall when __HC_LAUNCHER_ENV__.ENVIRONMENT == 'electron'.

Fixed

  • DnaProperties in DnaModifiers changed to Uint8array as it comes back serialized from Holochain.
jost-s
published 0.16.1 •

Changelog

Source

2023-09-05: v0.16.1

Changed

  • Update InstallAppRequest with new optional field ignore_genesis_failure.
jost-s
published 0.16.0 •

Changelog

Source

2023-08-07: v0.16.0

Added

  • When generating a signing key pair, a new optional argument can be passed in to copy the last 4 bytes (= DHT location bytes) of the original agent pub key.

Changed

  • BREAKING CHANGE: Swap cryptographic package from noble/ed25519 to libsodium. This lead to helper functions become async and some type changes.
  • BREAKING CHANGE: Set type of Memproof to Uint8array instead of Buffer which is specific to Node.js.
jost-s
published 0.15.1 •

Changelog

Source

2023-08-02: v0.15.1

Added

  • Export functions to check if a role name is a clone id.

Fixed

  • In Vue projects reactivity broke signal functionality provided by Emittery. A pointer to this which Emittery relies on becomes undefined. Until the bug is fixed upstream in Emittery, the workaround is to bind all its methods manually after instantiating an agent websocket.
jost-s
published 0.15.0 •

Changelog

Source

2023-06-16: v0.15.0

Added

  • When making a WsClient request, reconnect websocket in case it's closed.

Changed

  • BREAKING CHANGE: Refactor client and websocket classes to use URLs instead of strings.
  • BREAKING CHANGE: Error responses from Holochain are thrown as instance of new class HolochainError which extends Error.
jost-s
published 0.14.1 •

Changelog

Source

2023-05-04: v0.14.1

Fixed

  • Import crypto module conditionally when in Node.js environment. For browsers and bundlers no module import is required and the Web API module is used. Add
...
    externals: {
        "node:crypto": {}
    },
...

to Webpack config.

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