New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@automata-network/2fa-guru-sdk

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automata-network/2fa-guru-sdk - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "@automata-network/2fa-guru-sdk",
"version": "1.0.7",
"version": "1.0.8",
"main": "./src/index.ts",

@@ -5,0 +5,0 @@ "description": "A SDK for easy integration with 2FA Guru",

@@ -34,3 +34,4 @@ import { JsonRpcProvider } from '@ethersproject/providers';

_authenticatorContract: string,
_tokenContract: string
_tokenContract: string,
_apiServer: string
) {

@@ -40,3 +41,3 @@ this.provider = _provider;

this.tokenContract = _tokenContract;
this.apiServer = 'https://2fa-geode-staging.ata.network';
this.apiServer = _apiServer;
this.createSecretMethod = '/v0/2fa_create_secret';

@@ -43,0 +44,0 @@ this.is2faCreatedMethod = '/v0/is_2fa_created';

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