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.12 to 0.18.0-dev.13

7

lib/api/admin/types.d.ts

@@ -191,5 +191,10 @@ import { Action, DhtOp, Entry, ZomeCallCapGrant } from "../../hdk/index.js";

/**
* Contains a list of errors of the cells where deletion was unsuccessful.
*
* If the key could not be deleted from all cells, the call
* {@link RevokeAgentKeyRequest} can be re-attempted to delete the key from the remaining cells.
*
* @public
*/
export type RevokeAgentKeyResponse = void;
export type RevokeAgentKeyResponse = Array<[CellId, string]>;
/**

@@ -196,0 +201,0 @@ * @public

2

package.json
{
"name": "@holochain/client",
"version": "0.18.0-dev.12",
"version": "0.18.0-dev.13",
"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