Socket
Socket
Sign inDemoInstall

@holochain/client

Package Overview
Dependencies
Maintainers
13
Versions
93
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.14.0 to 0.14.1

3

lib/api/zome-call-signing.js
import * as ed25519 from "@noble/ed25519";
import { encodeHashToBase64 } from "../utils/base64.js";
import { webcrypto } from "crypto";
if (!globalThis.crypto) {
globalThis.crypto = webcrypto;
import("node:crypto").then((webcrypto) => (globalThis.crypto = webcrypto));
}

@@ -7,0 +6,0 @@ const signingCredentials = new Map();

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

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

@@ -19,4 +19,6 @@ [![Project](https://img.shields.io/badge/Project-Holochain-blue.svg?style=flat-square)](http://holochain.org/)

**JS client v0.12.x** is compatible with **Holochain v0.1.x**.
**JS client v0.13.x** is compatible with **Holochain v0.2.x**.
**JS client v0.14.x** is compatible with **Holochain v0.2.x**.
*As target, ES2020 or higher is required when bundling for production*.
## Installation

@@ -23,0 +25,0 @@

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