Socket
Socket
Sign inDemoInstall

@helium/transactions

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helium/transactions - npm Package Compare versions

Comparing version 3.60.0 to 3.62.0

build/SecurityExchangeV1.d.ts

1

build/index.d.ts

@@ -18,3 +18,4 @@ /**

export { default as UnstakeValidatorV1 } from './UnstakeValidatorV1';
export { default as SecurityExchangeV1 } from './SecurityExchangeV1';
export * from './types';
//# sourceMappingURL=index.d.ts.map

4

build/index.js

@@ -16,3 +16,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.UnstakeValidatorV1 = exports.TransferValidatorStakeV1 = exports.StakeValidatorV1 = exports.TransferHotspotV2 = exports.TransferHotspotV1 = exports.TokenBurnV1 = exports.AssertLocationV2 = exports.AssertLocationV1 = exports.AddGatewayV1 = exports.PaymentV2 = exports.PaymentV1 = exports.Transaction = void 0;
exports.SecurityExchangeV1 = exports.UnstakeValidatorV1 = exports.TransferValidatorStakeV1 = exports.StakeValidatorV1 = exports.TransferHotspotV2 = exports.TransferHotspotV1 = exports.TokenBurnV1 = exports.AssertLocationV2 = exports.AssertLocationV1 = exports.AddGatewayV1 = exports.PaymentV2 = exports.PaymentV1 = exports.Transaction = void 0;
/* eslint-disable import/prefer-default-export */

@@ -48,3 +48,5 @@ /**

Object.defineProperty(exports, "UnstakeValidatorV1", { enumerable: true, get: function () { return __importDefault(UnstakeValidatorV1_1).default; } });
var SecurityExchangeV1_1 = require("./SecurityExchangeV1");
Object.defineProperty(exports, "SecurityExchangeV1", { enumerable: true, get: function () { return __importDefault(SecurityExchangeV1_1).default; } });
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@helium/transactions",
"version": "3.60.0",
"version": "3.62.0",
"description": "Construct and serialize Helium blockchain transaction primatives",

@@ -36,3 +36,3 @@ "keywords": [

},
"gitHead": "4b9b123f61969cc357d1bc44b1e7f88bd974d7aa"
"gitHead": "25745d01bd08ecf473c0444d392febead3e64271"
}

Sorry, the diff of this file is not supported yet

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