Socket
Socket
Sign inDemoInstall

@cosmjs/proto-signing

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/proto-signing - npm Package Compare versions

Comparing version 0.32.2 to 0.32.3

3

build/index.d.ts

@@ -1,2 +0,1 @@

export { parseCoins } from "./coins";
export { DecodedTxRaw, decodeTxRaw } from "./decode";

@@ -11,2 +10,2 @@ export { DirectSecp256k1HdWallet, DirectSecp256k1HdWalletOptions, extractKdfConfiguration, } from "./directsecp256k1hdwallet";

export { executeKdf, KdfConfiguration } from "./wallet";
export { Coin, coin, coins } from "@cosmjs/amino";
export { Coin, coin, coins, parseCoins } from "@cosmjs/amino";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.coins = exports.coin = exports.executeKdf = exports.makeSignDoc = exports.makeSignBytes = exports.makeAuthInfoBytes = exports.isOfflineDirectSigner = exports.Registry = exports.isTxBodyEncodeObject = exports.isTsProtoGeneratedType = exports.isPbjsGeneratedType = exports.encodePubkey = exports.decodePubkey = exports.decodeOptionalPubkey = exports.anyToSinglePubkey = exports.makeCosmoshubPath = exports.DirectSecp256k1Wallet = exports.extractKdfConfiguration = exports.DirectSecp256k1HdWallet = exports.decodeTxRaw = exports.parseCoins = void 0;
exports.parseCoins = exports.coins = exports.coin = exports.executeKdf = exports.makeSignDoc = exports.makeSignBytes = exports.makeAuthInfoBytes = exports.isOfflineDirectSigner = exports.Registry = exports.isTxBodyEncodeObject = exports.isTsProtoGeneratedType = exports.isPbjsGeneratedType = exports.encodePubkey = exports.decodePubkey = exports.decodeOptionalPubkey = exports.anyToSinglePubkey = exports.makeCosmoshubPath = exports.DirectSecp256k1Wallet = exports.extractKdfConfiguration = exports.DirectSecp256k1HdWallet = exports.decodeTxRaw = void 0;
// This type happens to be shared between Amino and Direct sign modes
var coins_1 = require("./coins");
Object.defineProperty(exports, "parseCoins", { enumerable: true, get: function () { return coins_1.parseCoins; } });
var decode_1 = require("./decode");

@@ -34,5 +32,7 @@ Object.defineProperty(exports, "decodeTxRaw", { enumerable: true, get: function () { return decode_1.decodeTxRaw; } });

Object.defineProperty(exports, "executeKdf", { enumerable: true, get: function () { return wallet_1.executeKdf; } });
// re-exports
var amino_1 = require("@cosmjs/amino");
Object.defineProperty(exports, "coin", { enumerable: true, get: function () { return amino_1.coin; } });
Object.defineProperty(exports, "coins", { enumerable: true, get: function () { return amino_1.coins; } });
Object.defineProperty(exports, "parseCoins", { enumerable: true, get: function () { return amino_1.parseCoins; } });
//# sourceMappingURL=index.js.map
{
"name": "@cosmjs/proto-signing",
"version": "0.32.2",
"version": "0.32.3",
"description": "Utilities for protobuf based signing (Cosmos SDK 0.40+)",

@@ -42,7 +42,7 @@ "contributors": [

"dependencies": {
"@cosmjs/amino": "^0.32.2",
"@cosmjs/crypto": "^0.32.2",
"@cosmjs/encoding": "^0.32.2",
"@cosmjs/math": "^0.32.2",
"@cosmjs/utils": "^0.32.2",
"@cosmjs/amino": "^0.32.3",
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/encoding": "^0.32.3",
"@cosmjs/math": "^0.32.3",
"@cosmjs/utils": "^0.32.3",
"cosmjs-types": "^0.9.0"

@@ -49,0 +49,0 @@ },

Sorry, the diff of this file is not supported yet

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