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

cosmos-client

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosmos-client - npm Package Compare versions

Comparing version 0.39.4 to 0.39.5

2

package.json
{
"name": "cosmos-client",
"description": "REST API Client for Cosmos SDK Blockchain",
"version": "0.39.4",
"version": "0.39.5",
"author": "LCNEM, Inc.",

@@ -6,0 +6,0 @@ "bugs": {

@@ -73,13 +73,1 @@ # cosmos-client-ts

The third digit patch version can be independently incremented.
## To use in web
`webpack.config.js`
```javascript
module.exports = {
resolve: {
extensions: [".wasm"],
},
};
```

@@ -11,3 +11,4 @@ "use strict";

var crypto = __importStar(require("crypto"));
var sr25519 = __importStar(require("sr25519"));
var sr25519;
Promise.resolve().then(function () { return __importStar(require("sr25519")); }).then(function (mod) { return (sr25519 = mod); });
/**

@@ -14,0 +15,0 @@ * sr25519

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