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

@xmtp/proto

Package Overview
Dependencies
Maintainers
6
Versions
140
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.1 to 1.1.0

ts/dist/cjs/node.js

13

package.json
{
"name": "@xmtp/proto",
"version": "1.0.1",
"version": "1.1.0",
"description": "Protobuf client and generated classes for GRPC API",
"main": "./ts/dist/cjs/index.js",
"module": "./ts/dist/esm/index.js",
"main": "./ts/dist/cjs/node.js",
"module": "./ts/dist/esm/node.js",
"types": "./ts/dist/types/index.d.ts",
"browser": "./ts/dist/esm/index.js",
"exports": {
".": {
"types": "./ts/types/cjs/index.d.ts",
"types": "./ts/types/types/index.d.ts",
"import": "./ts/dist/esm/index.js",

@@ -62,5 +63,9 @@ "require": "./ts/dist/cjs/index.js"

"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^18.6.4",
"husky": "^8.0.0",
"semantic-release": "^19.0.3"
},
"dependencies": {
"undici": "^5.8.1"
}
}
# proto
Shared Protocol Buffers and their associated generated code
## Working on this repo
Before committing any changes to this repo, you will want to run `npm i` at least once. This will install the Husky precommit hooks to your machine.
Go code will be regenerated based on the `.proto` files on each commit and does not need to be done manually.
Commit messages must be in the [Angular Commit Message Convention](https://gist.github.com/stephenparish/9941e89d80e2bc58a153)
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