🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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.1.0

src/contexts/XMTPContext.tsx

47

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

@@ -42,3 +42,6 @@ "keywords": [

"files": [
"lib"
"lib",
"src",
"!src/**/*.test.*",
"tsconfig.json"
],

@@ -71,13 +74,13 @@ "scripts": {

"dependencies": {
"@xmtp/content-type-reaction": "^1.1.5",
"@xmtp/content-type-remote-attachment": "^1.1.6",
"@xmtp/content-type-reply": "^1.1.7",
"@xmtp/xmtp-js": "^11.3.12",
"@xmtp/content-type-reaction": "^1.1.6",
"@xmtp/content-type-remote-attachment": "^1.1.7",
"@xmtp/content-type-reply": "^1.1.8",
"@xmtp/xmtp-js": "^11.4.1",
"async-mutex": "^0.4.1",
"date-fns": "^3.3.1",
"dexie": "^3.2.4",
"dexie": "^3.2.6",
"dexie-react-hooks": "^1.1.7",
"react": "^18.2.0",
"uuid": "^9.0.1",
"viem": "^1.19.6",
"viem": "^2.7.15",
"zod": "^3.22.4"

@@ -88,28 +91,28 @@ },

"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/coverage-v8": "^1.3.1",
"@xmtp/tsconfig": "workspace:*",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-xmtp-web": "workspace:*",
"fake-indexeddb": "^5.0.2",
"happy-dom": "^13.2.1",
"prettier": "^3.2.4",
"happy-dom": "^13.6.2",
"prettier": "^3.2.5",
"react-dom": "^18.2.0",
"rollup": "^4.9.6",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"typedoc": "^0.25.7",
"typedoc": "^0.25.9",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1"
"vitest": "^1.3.1"
},
"peerDependencies": {
"@xmtp/xmtp-js": "^11.3.12",
"@xmtp/xmtp-js": "^11.4.1",
"react": ">=16.14"

@@ -116,0 +119,0 @@ },