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

@expandorg/app-auth

Package Overview
Dependencies
Maintainers
3
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.30 to 0.0.31

8

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

@@ -21,6 +21,6 @@ "main": "index.js",

"dependencies": {
"@expandorg/api-client": "^0.0.20",
"@expandorg/app-utils": "^0.0.36"
"@expandorg/api-client": "^0.0.21",
"@expandorg/app-utils": "^0.0.37"
},
"gitHead": "610bca6faa505b76fa8c7916ed4344380573b61f"
"gitHead": "32124066122cb67ee261472b69f4993331538e31"
}

@@ -71,7 +71,4 @@ import { takeEvery, call, put, select, getContext } from 'redux-saga/effects';

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

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

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

@@ -108,0 +103,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