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.4 to 1.5.5

2

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

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

@@ -68,2 +68,12 @@ const Ethers = require("ethers");

async getTotalInvested() {
try {
return await this.dat.totalInvested();
}
catch (err) {
console.log("No total invested");
return 0;
}
}
/**

@@ -95,3 +105,3 @@ * @notice Call anytime to refresh information about the org.

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

@@ -98,0 +108,0 @@ this.dat.beneficiary(),

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