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.7.0 to 0.8.0

10

lib/api/admin/types.d.ts

@@ -80,3 +80,3 @@ /// <reference types="node" />

export declare type RegisterDnaRequest = {
uid?: string;
network_seed?: string;
properties?: DnaProperties;

@@ -137,3 +137,3 @@ } & DnaSource;

properties?: DnaProperties;
uid?: string;
network_seed?: NetworkSeed;
version?: DnaVersionFlexible;

@@ -161,3 +161,3 @@ };

};
export declare type Uid = string;
export declare type NetworkSeed = string;
export declare type InstallAppBundleRequest = {

@@ -169,3 +169,3 @@ agent_key: AgentPubKey;

};
uid?: Uid;
network_seed?: NetworkSeed;
} & AppBundleSource;

@@ -243,3 +243,3 @@ export declare type InstallAppBundleResponse = InstalledAppInfo;

name: string;
uid?: string;
network_seed?: NetworkSeed;
properties?: DnaProperties;

@@ -246,0 +246,0 @@ zomes: Array<ZomeManifest>;

{
"name": "@holochain/client",
"version": "0.7.0",
"version": "0.8.0",
"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