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 0.0.19 to 0.0.20

4

build/index.js

@@ -5,5 +5,5 @@ "use strict";

var PaymentV1_1 = require("./PaymentV1");
exports.PaymentV1 = PaymentV1_1.default;
Object.defineProperty(exports, "PaymentV1", { enumerable: true, get: function () { return PaymentV1_1.default; } });
var PaymentV2_1 = require("./PaymentV2");
exports.PaymentV2 = PaymentV2_1.default;
Object.defineProperty(exports, "PaymentV2", { enumerable: true, get: function () { return PaymentV2_1.default; } });
//# sourceMappingURL=index.js.map

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

export declare const toUint8Array: (str: string | Uint8Array | null | undefined) => Uint8Array;
export declare const toUint8Array: (str: string | Uint8Array | undefined | null) => Uint8Array;
//# sourceMappingURL=utils.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toUint8Array = void 0;
/* eslint-disable import/prefer-default-export */
exports.toUint8Array = (str) => Uint8Array.from(Buffer.from(str || ''));
//# sourceMappingURL=utils.js.map
{
"name": "@helium/transactions",
"version": "0.0.19",
"version": "0.0.20",
"description": "Construct and serialize Helium blockchain transaction primatives",

@@ -34,5 +34,5 @@ "keywords": [

"devDependencies": {
"@helium/crypto": "^0.0.19"
"@helium/crypto": "^0.0.20"
},
"gitHead": "0ea8b6506ce8d590183be68f2eb686aead704005"
"gitHead": "2c37b7940f39c31ed56a567bcc9acf9424a74341"
}

Sorry, the diff of this file is not supported yet

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