Socket
Socket
Sign inDemoInstall

@helium/transactions

Package Overview
Dependencies
Maintainers
2
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.24.0 to 3.27.0

build/AssertLocationV2.d.ts

1

build/index.d.ts

@@ -6,4 +6,5 @@ export { default as Transaction } from './Transaction';

export { default as AssertLocationV1 } from './AssertLocationV1';
export { default as AssertLocationV2 } from './AssertLocationV2';
export { default as TokenBurnV1 } from './TokenBurnV1';
export { default as TransferHotspotV1 } from './TransferHotspotV1';
//# sourceMappingURL=index.d.ts.map

4

build/index.js

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

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

@@ -19,2 +19,4 @@ var Transaction_1 = require("./Transaction");

Object.defineProperty(exports, "AssertLocationV1", { enumerable: true, get: function () { return __importDefault(AssertLocationV1_1).default; } });
var AssertLocationV2_1 = require("./AssertLocationV2");
Object.defineProperty(exports, "AssertLocationV2", { enumerable: true, get: function () { return __importDefault(AssertLocationV2_1).default; } });
var TokenBurnV1_1 = require("./TokenBurnV1");

@@ -21,0 +23,0 @@ Object.defineProperty(exports, "TokenBurnV1", { enumerable: true, get: function () { return __importDefault(TokenBurnV1_1).default; } });

{
"name": "@helium/transactions",
"version": "3.24.0",
"version": "3.27.0",
"description": "Construct and serialize Helium blockchain transaction primatives",

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

"@helium/crypto": "^3.24.0",
"@helium/proto": "^1.2.0",
"@helium/proto": "^1.3.0",
"@types/libsodium-wrappers": "^0.7.8",

@@ -37,3 +37,3 @@ "long": "^4.0.0",

},
"gitHead": "b78a65071dad36ba8b8ad501e6f89cf8757a1d90"
"gitHead": "a8cd4915d9ca55d19cc0294725b1485acc340bee"
}

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