Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@burstjs/util

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@burstjs/util - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

8

package.json
{
"name": "@burstjs/util",
"version": "0.4.2",
"version": "0.4.3",
"description": "Useful utilities and tools for building Burstcoin applications",

@@ -40,4 +40,4 @@ "keywords": [

"devDependencies": {
"@types/jest": "^24.0.12",
"bili": "^4.8.0",
"@types/jest": "^24.0.23",
"bili": "^4.8.1",
"rollup-plugin-typescript2": "^0.24.2"

@@ -60,3 +60,3 @@ },

},
"gitHead": "8fbec1cc9878da7766391c6eb767b53b91b2ad85"
"gitHead": "287dde637cda6bfde1252978c4730d3f96cafef8"
}

@@ -29,2 +29,2 @@ /** @module util */

return digits.reverse().join('');
}
};

@@ -13,4 +13,4 @@ /** @module util */

*/
export function sumNQTStringToNumber(...nqts: string[]): number{
export function sumNQTStringToNumber(...nqts: string[]): number {
return nqts.reduce( (sum, v) => sum + convertNQTStringToNumber(v), 0);
}

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