You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP →
Socket
Book a DemoSign in
Socket

@cosmjs/json-rpc

Package Overview
Dependencies
Maintainers
2
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/json-rpc - npm Package Compare versions

Comparing version
0.38.0-rc.1
to
0.38.0
+5
-5
package.json
{
"name": "@cosmjs/json-rpc",
"version": "0.38.0-rc.1",
"version": "0.38.0",
"description": "Framework for implementing a JSON-RPC 2.0 API",

@@ -8,3 +8,4 @@ "contributors": [

"Confio OÜ <hello@confio.tech>",
"Will Clark <willclarktech@users.noreply.github.com>"
"Will Clark <willclarktech@users.noreply.github.com>",
"Simon Warta <webmaster128@users.noreply.github.com>"
],

@@ -45,3 +46,3 @@ "license": "Apache-2.0",

"dependencies": {
"@cosmjs/stream": "^0.38.0-rc.1",
"@cosmjs/stream": "^0.38.0",
"xstream": "^11.14.0"

@@ -71,4 +72,3 @@ },

"webpack-cli": "^4.6.0"
},
"stableVersion": "0.37.0"
}
}