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

@digigov/auth

Package Overview
Dependencies
Maintainers
3
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digigov/auth - npm Package Compare versions

Comparing version 0.0.1-auth-flow-comp.9 to 0.0.1-auth-flow-comp.10

2

es/index.js

@@ -186,3 +186,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";

useEffect(function () {
if (!state.processing) {
if (!state.processing && !state.user) {
dispatch({

@@ -189,0 +189,0 @@ type: 'process',

@@ -1,2 +0,2 @@

/** @license Digigov v0.0.1-auth-flow-comp.9+d4d2d35
/** @license Digigov v0.0.1-auth-flow-comp.10+c25f07b
*

@@ -191,3 +191,3 @@ * This source code is licensed under the MIT license found in the

useEffect(function () {
if (!state.processing) {
if (!state.processing && !state.user) {
dispatch({

@@ -194,0 +194,0 @@ type: 'process',

@@ -1,2 +0,2 @@

/** @license Digigov v0.0.1-auth-flow-comp.9+d4d2d35
/** @license Digigov v0.0.1-auth-flow-comp.10+c25f07b
*

@@ -245,3 +245,3 @@ * This source code is licensed under the MIT license found in the

(0, _react.useEffect)(function () {
if (!state.processing) {
if (!state.processing && !state.user) {
dispatch({

@@ -248,0 +248,0 @@ type: 'process',

{
"name": "@digigov/auth",
"version": "0.0.1-auth-flow-comp.9+d4d2d35",
"version": "0.0.1-auth-flow-comp.10+c25f07b",
"description": "@digigov authentication client",

@@ -20,5 +20,5 @@ "author": "GRNET Developers <devs@lists.grnet.gr>",

},
"gitHead": "d4d2d3597130a4bfd465f05a61568df53ea28ec4",
"gitHead": "c25f07beb9f9ad48b0359be1d35db73c04b1819c",
"private": false,
"typings": "./index.d.ts"
}
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