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.12 to 0.0.13

snippets/mls-rs-core-241c379eb981a662/inline0.js

14

mls_rs_wasm.d.ts

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

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

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

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

@@ -30,0 +30,0 @@ private constructor();

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

@@ -9,3 +9,4 @@ "mls_rs_wasm_bg.wasm",

"mls_rs_wasm_bg.js",
"mls_rs_wasm.d.ts"
"mls_rs_wasm.d.ts",
"snippets/*"
],

@@ -18,2 +19,2 @@ "main": "mls_rs_wasm.js",

]
}
}

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