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

@bn-onboard/fortmatic

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bn-onboard/fortmatic - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3

2

dist/index.js

@@ -7,3 +7,3 @@ import { createEIP1193Provider, ErrorCodes, ProviderRpcError } from '@bn-onboard/common';

label: 'Fortmatic',
getIcon: async () => (await import('./icon')).default,
getIcon: async () => (await import('./icon.js')).default,
getInterface: async ({ EventEmitter, BigNumber, chains }) => {

@@ -10,0 +10,0 @@ const { default: Fortmatic } = await import('fortmatic');

{
"name": "@bn-onboard/fortmatic",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Fortmatic module for Onboard.js",
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
"type": "module",
"typings": "dist/index.d.ts",

@@ -21,5 +24,5 @@ "files": [

"dependencies": {
"@bn-onboard/common": "^2.0.0-alpha.1",
"@bn-onboard/common": "^2.0.0-alpha.5",
"fortmatic": "^2.2.1"
}
}
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