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.12.3 to 3.13.0

ts/dist/cjs/keystore_api/v1/keystore.pb.js

3

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

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

"protobufjs": "^7.0.0",
"rxjs": "^7.8.0",
"undici": "^5.8.1"
}
}

@@ -26,3 +26,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.invitation = exports.contact = exports.ciphertext = exports.signature = exports.publicKey = exports.privateKey = exports.composite = exports.content = exports.message = exports.authn = exports.fetcher = exports.messageApi = void 0;
exports.keystore = exports.invitation = exports.contact = exports.ciphertext = exports.signature = exports.publicKey = exports.privateKey = exports.composite = exports.content = exports.message = exports.authn = exports.fetcher = exports.messageApi = void 0;
exports.messageApi = __importStar(require("./message_api/v1/message_api.pb"));

@@ -40,2 +40,3 @@ exports.fetcher = __importStar(require("./fetch.pb"));

exports.invitation = __importStar(require("./message_contents/invitation.pb"));
exports.keystore = __importStar(require("./keystore_api/v1/keystore.pb"));
//# sourceMappingURL=index.js.map

@@ -13,2 +13,3 @@ export * as messageApi from "./message_api/v1/message_api.pb";

export * as invitation from "./message_contents/invitation.pb";
export * as keystore from "./keystore_api/v1/keystore.pb";
//# sourceMappingURL=index.js.map

@@ -13,1 +13,2 @@ export * as messageApi from "./message_api/v1/message_api.pb";

export * as invitation from "./message_contents/invitation.pb";
export * as keystore from "./keystore_api/v1/keystore.pb";

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