Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@river-build/mls-rs-wasm

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@river-build/mls-rs-wasm - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

20

mls_rs_wasm.d.ts

@@ -5,10 +5,2 @@ /* tslint:disable */

type ClientOptions = {
withAllowExternalCommit?: boolean,
withRatchetTreeExtension?: boolean,
storage?: IGroupStateStorage,
};
interface IGroupStateStorage {

@@ -29,2 +21,10 @@ state(groupId: Uint8Array): Promise<Uint8Array | undefined>;

type ClientOptions = {
withAllowExternalCommit?: boolean,
withRatchetTreeExtension?: boolean,
storage?: IGroupStateStorage,
};
export class ApplicationMessage {

@@ -105,2 +105,3 @@ private constructor();

exportTree(): Uint8Array;
readonly epoch: bigint;
}

@@ -125,3 +126,3 @@ export class ExternalReceivedMessage {

applyPendingCommit(): Promise<CommitMessage>;
clearPendingCommit(): Promise<void>;
clearPendingCommit(): void;
encryptApplicationMessage(message: Uint8Array, authenticated_data?: Uint8Array): Promise<MlsMessage>;

@@ -169,2 +170,3 @@ processIncomingMessage(message: MlsMessage): Promise<ReceivedMessage>;

static fromBytes(bytes: Uint8Array): MlsMessage;
readonly epoch: bigint | undefined;
}

@@ -171,0 +173,0 @@ export class MyJsError {

{
"name": "@river-build/mls-rs-wasm",
"type": "module",
"version": "0.0.15",
"version": "0.0.16",
"files": [

@@ -6,0 +6,0 @@ "mls_rs_wasm_bg.wasm",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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