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

@web3-onboard/fortmatic

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-onboard/fortmatic - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

dist/index.js

@@ -12,3 +12,3 @@ function fortmatic(options) {

let instance = new Fortmatic(apiKey, {
chainId: parseInt(chains[0].id, 10),
chainId: parseInt(chains[0].id),
rpcUrl: chains[0].rpcUrl

@@ -51,3 +51,3 @@ });

instance = new Fortmatic(apiKey, {
chainId: parseInt(chain.id, 10),
chainId: parseInt(chain.id),
rpcUrl: chain.rpcUrl

@@ -54,0 +54,0 @@ });

{
"name": "@web3-onboard/fortmatic",
"version": "2.0.0",
"version": "2.0.1",
"description": "Fortmatic module for web3-onboard",

@@ -16,3 +16,3 @@ "module": "dist/index.js",

"dev": "tsc -w",
"test": "ava"
"type-check": "tsc --noEmit"
},

@@ -19,0 +19,0 @@ "license": "MIT",

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