New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5.3 to 1.5.4

2

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

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

@@ -79,2 +79,3 @@ const Ethers = require("ethers");

fundraisingGoal,
totalInvested,
totalSupply,

@@ -94,2 +95,3 @@ beneficiary,

this.dat.fundraisingGoal(),
this.dat.totalInvested(),
this.dat.totalSupply(),

@@ -112,2 +114,5 @@ this.dat.beneficiary(),

);
this.data.totalInvested = newBigNumber(totalInvested).shiftedBy(
-this.data.currency.decimals
);
this.data.totalSupply = newBigNumber(totalSupply).shiftedBy(

@@ -114,0 +119,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