🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@xmtp/react-sdk

Package Overview
Dependencies
Maintainers
6
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xmtp/react-sdk - npm Package Compare versions

Comparing version

to
5.0.3

10

package.json
{
"name": "@xmtp/react-sdk",
"version": "5.0.2",
"version": "5.0.3",
"description": "XMTP client SDK for React apps written in TypeScript",

@@ -73,3 +73,3 @@ "keywords": [

"@xmtp/content-type-reply": "^1.1.7",
"@xmtp/xmtp-js": "^11.3.7",
"@xmtp/xmtp-js": "^11.3.12",
"async-mutex": "^0.4.1",

@@ -112,3 +112,3 @@ "date-fns": "^3.3.1",

"peerDependencies": {
"@xmtp/xmtp-js": "^11.3.7",
"@xmtp/xmtp-js": "^11.3.12",
"react": ">=16.14"

@@ -120,4 +120,6 @@ },

"publishConfig": {
"access": "public"
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/"
}
}