Socket
Socket
Sign inDemoInstall

@holochain/client

Package Overview
Dependencies
16
Maintainers
13
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
8Next

0.17.0-dev.3

Diff

Changelog

Source

2023-11-29: v0.17.0-dev.3

Added

  • Utility functions for slicing hashes into their components: sliceHashType, sliceCore32, sliceDhtLocation
  • Utility functions for generating hashes from components: dhtLocationFrom32, hashFrom32AndType:

Changed

  • Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now generate valid hashes with a valid final 4 bytes
  • Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now optionally take a single parameter coreByte which if defined will be repeated for all core 32 bytes of the hash
jost-s
published 0.16.6 •

jost-s
published 0.17.0-dev.2 •

Changelog

Source

2023-11-22: v0.17.0-dev.2

Fixed

  • Action type CreateLink: Add field link_type.
jost-s
published 0.16.5 •

jost-s
published 0.16.4 •

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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc