Socket
Socket
Sign inDemoInstall

@holochain/client

Package Overview
Dependencies
Maintainers
13
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holochain/client - npm Package Compare versions

Comparing version 0.16.5 to 0.16.6

2

lib/api/index.d.ts

@@ -6,3 +6,3 @@ export { hashZomeCall } from "@holochain/serialization";

export { IsoWebSocket, WsClient } from "./client.js";
export { CloneId, Requester, Transformer, getBaseRoleNameFromCloneId, isCloneId, } from "./common.js";
export { CloneId, HolochainError, Requester, Transformer, getBaseRoleNameFromCloneId, isCloneId, } from "./common.js";
export * from "./zome-call-signing.js";

@@ -6,3 +6,3 @@ export { hashZomeCall } from "@holochain/serialization";

export { IsoWebSocket, WsClient } from "./client.js";
export { CloneId, getBaseRoleNameFromCloneId, isCloneId, } from "./common.js";
export { CloneId, HolochainError, getBaseRoleNameFromCloneId, isCloneId, } from "./common.js";
export * from "./zome-call-signing.js";
import { AgentPubKey, DnaHash, EntryHash, ActionHash, HoloHashed, Signature, Timestamp } from "../types.js";
import { EntryType } from "./entry.js";
import { Entry, EntryType } from "./entry.js";
import { LinkTag, LinkType, RateWeight } from "./link.js";
/**

@@ -13,2 +14,9 @@ * @public

*/
export interface RegisterAgentActivity {
action: SignedActionHashed;
cached_entry?: Entry;
}
/**
* @public
*/
export type ActionHashed = HoloHashed<Action>;

@@ -79,4 +87,6 @@ /**

target_address: EntryHash;
zome_id: number;
tag: any;
zome_index: number;
link_type: LinkType;
tag: LinkTag;
weight: RateWeight;
}

@@ -83,0 +93,0 @@ /**

@@ -6,2 +6,3 @@ export * from "./action.js";

export * from "./entry.js";
export * from "./link.js";
export * from "./record.js";

@@ -6,2 +6,3 @@ export * from "./action.js";

export * from "./entry.js";
export * from "./link.js";
export * from "./record.js";

@@ -21,2 +21,21 @@ import { ActionHash, AgentPubKey, EntryHash, ExternalHash, Timestamp } from "../types.js";

*/
export type LinkTag = Uint8Array;
/**
* @public
*/
export interface RateWeight {
bucket_id: RateBucketId;
units: RateUnits;
}
/**
* @public
*/
export type RateBucketId = number;
/**
* @public
*/
export type RateUnits = number;
/**
* @public
*/
export interface Link {

@@ -23,0 +42,0 @@ author: AgentPubKey;

{
"name": "@holochain/client",
"version": "0.16.5",
"version": "0.16.6",
"description": "A JavaScript client for the Holochain Conductor API",

@@ -5,0 +5,0 @@ "author": "Holochain Foundation <info@holochain.org> (http://holochain.org)",

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