You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@bithighlander/cosmos-tx-builder

Package Overview
Dependencies
Maintainers
1
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.5 to 6.3.0

5

index.js

@@ -91,5 +91,4 @@ /*

let create_signed_tx = function(tx, signature) {
return Object.assign({}, tx, {
signatures: [signature]
})
tx.value.signatures = [signature]
return tx
}

@@ -96,0 +95,0 @@

2

package.json
{
"name": "@bithighlander/cosmos-tx-builder",
"version": "6.2.5",
"version": "6.3.0",
"scripts": {

@@ -5,0 +5,0 @@ "test": "jest"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc