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.27.0 to 3.30.0

2

build/AssertLocationV2.js

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

gain: this.gain,
elevation: this.elevation,
elevation: this.elevation && this.elevation > 0 ? this.elevation : null,
fee: this.fee && this.fee > 0 ? this.fee : null,

@@ -107,0 +107,0 @@ stakingFee: this.stakingFee && this.stakingFee > 0 ? this.stakingFee : null,

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

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

},
"gitHead": "a8cd4915d9ca55d19cc0294725b1485acc340bee"
"gitHead": "6d05a551bdd09c7d974e036e9b2ef7ffb955f0b4"
}

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