Socket
Socket
Sign inDemoInstall

3f-web3-core-helpers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3f-web3-core-helpers - npm Package Compare versions

Comparing version 1.7.5 to 1.7.6

1

lib/formatters.js

@@ -412,2 +412,3 @@ /*

var inputAddressFormatter = function (address) {
address = utils.to0xAddress(address);
var iban = new Iban(address);

@@ -414,0 +415,0 @@ if (iban.isValid() && iban.isDirect()) {

6

package.json
{
"name": "3f-web3-core-helpers",
"version": "1.7.5",
"version": "1.7.6",
"description": "3F-Web3 core tools helper for sub packages. This is an internal package.",

@@ -18,3 +18,3 @@ "repository": "https://github.com/FinanceFutureFactory/3f-web3.js/tree/main/packages/3f-web3-core-helpers",

"3f-web3-eth-iban": "1.7.5",
"3f-web3-utils": "1.7.5"
"3f-web3-utils": "1.7.6"
},

@@ -24,4 +24,4 @@ "devDependencies": {

"dtslint": "^3.4.1",
"typescript": "^3.9.5"
"typescript": "4.8.3"
}
}

@@ -489,2 +489,3 @@ /*

var inputAddressFormatter = function (address) {
address = utils.to0xAddress(address);
var iban = new Iban(address);

@@ -491,0 +492,0 @@ if (iban.isValid() && iban.isDirect()) {

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