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

@fairmint/safe-js

Package Overview
Dependencies
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fairmint/safe-js - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

package.json
{
"name": "@fairmint/safe-js",
"version": "1.4.2",
"version": "1.4.3",
"description": "Safe javascript library.",

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

@@ -148,3 +148,3 @@ const abi = require("@fairmint/cafe-abi/abi.json");

.shiftedBy(18 + 18 - this.data.currency.decimals)
.div(buySlopeDen);
.div(contract.toBigNumber(buySlopeDen));
this.data.stakeholdersIssued = contract.toBigNumber(stakeholdersIssued).shiftedBy(

@@ -151,0 +151,0 @@ -this.data.decimals

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