New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xmtp/proto

Package Overview
Dependencies
Maintainers
6
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xmtp/proto - npm Package Compare versions

Comparing version 3.45.0 to 3.46.0

2

package.json
{
"name": "@xmtp/proto",
"version": "3.45.0",
"version": "3.46.0",
"description": "Protobuf client and generated classes for GRPC API",

@@ -5,0 +5,0 @@ "main": "./ts/dist/cjs/node.js",

@@ -42,5 +42,11 @@ import Long from "long";

ciphertext: Ciphertext | undefined;
/** HMAC of the message ciphertext, with the HMAC key derived from the topic key */
/**
* HMAC of the message ciphertext, with the HMAC key derived from the topic
* key
*/
senderHmac?: Uint8Array | undefined;
/** Flag indicating whether the message should be pushed from a notification server */
/**
* Flag indicating whether the message should be pushed from a notification
* server
*/
shouldPush?: boolean | undefined;

@@ -47,0 +53,0 @@ }

Sorry, the diff of this file is not supported yet

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