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
97
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.18.0-dev.10 to 0.18.0-dev.11

lib/utils/cell.d.ts

7

lib/api/admin/types.d.ts

@@ -401,4 +401,7 @@ import { Action, DhtOp, Entry, ZomeCallCapGrant } from "../../hdk/index.js";

* The agent to use when creating Cells for this App.
* If not specified, a new agent will be generated by Holochain.
* If DPKI is enabled (default), and the agent key is not specified here,
* a new agent key will be derived from the DPKI device seed and registered with DPKI.
*/
agent_key: AgentPubKey;
agent_key?: AgentPubKey;
/**

@@ -527,3 +530,3 @@ * The unique identifier for an installed app in this conductor.

*/
clone_cell_id: RoleName | CellId;
clone_cell_id: RoleName | DnaHash;
}

@@ -530,0 +533,0 @@ /**

@@ -155,3 +155,3 @@ import { UnsubscribeFunction } from "emittery";

*/
clone_cell_id: RoleName | CellId;
clone_cell_id: RoleName | DnaHash;
}

@@ -158,0 +158,0 @@ /**

export * from "./base64.js";
export * from "./fake-hash.js";
export * from "./hash-parts.js";
export * from "./cell.js";
export * from "./base64.js";
export * from "./fake-hash.js";
export * from "./hash-parts.js";
export * from "./cell.js";
{
"name": "@holochain/client",
"version": "0.18.0-dev.10",
"version": "0.18.0-dev.11",
"description": "A JavaScript client for the Holochain Conductor API",

@@ -5,0 +5,0 @@ "author": "Holochain Foundation <info@holochain.org> (https://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