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

@expandorg/app-auth

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandorg/app-auth - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

4

package.json
{
"name": "@expandorg/app-auth",
"version": "0.0.21",
"version": "0.0.22",
"description": "Auth app",

@@ -24,3 +24,3 @@ "main": "index.js",

},
"gitHead": "76ab5ac4db898ec6cab536e2bb960322763cfd1a"
"gitHead": "db1f9bd20c1afed23b10f603c36fd4a0be50e088"
}

@@ -73,2 +73,5 @@ import { takeEvery, call, put, select, getContext } from 'redux-saga/effects';

const gemsService = services.resolve('gems');
yield call(gemsService.ensureEnable);
const address = gemsService.getDefaultAccount();

@@ -101,2 +104,4 @@

yield call(gemsService.ensureEnable);
const address = gemsService.getDefaultAccount();

@@ -103,0 +108,0 @@ const { result: signature } = yield call(

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