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

runes3

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

runes3 - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "runes3",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Javascript library for interacting with Bitcoin Runes",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -79,3 +79,3 @@ <br/>

console.log("The balance for 845769:3964 is: ");
const balance = balances.get("845769:3964").parse();
const balance = balances.get("845769:3964").getAmount();

@@ -82,0 +82,0 @@ console.log(balance);

@@ -27,3 +27,3 @@ import * as types from "../types/index";

rune: types.IRune;
parse(): string;
getAmount(): string;
}

@@ -49,3 +49,3 @@

parse(): string {
getAmount(): string {
// Ensure balance and decimals are BigInt

@@ -52,0 +52,0 @@ const balanceBigInt = BigInt(this.balance);

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