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 1.0.0 to 1.0.1

2

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

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

@@ -29,3 +29,2 @@ import * as fm from "../../fetch.pb";

export declare type Envelope = {
id?: string;
contentTopic?: string;

@@ -36,5 +35,3 @@ timestampNs?: string;

export declare type PublishRequest = {
contentTopic?: string;
message?: Uint8Array;
timestampNs?: string;
envelopes?: Envelope[];
};

@@ -41,0 +38,0 @@ export declare type PublishResponse = {};

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