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-fix-logout.6 to 0.0.1-fix-logout.7

2

es/index.js

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

import { useDisableLoginNext } from '@digigov/auth/hooks';
export var TOKEN_REVALIDATION_INTERVAL = 3; // seconds
export var TOKEN_REVALIDATION_INTERVAL = 5; // seconds

@@ -10,0 +10,0 @@ export function useAuth() {

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

/** @license Digigov v0.0.1-fix-logout.6+51b1467
/** @license Digigov v0.0.1-fix-logout.7+0a282ea
*

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

import { useDisableLoginNext } from '@digigov/auth/hooks';
export var TOKEN_REVALIDATION_INTERVAL = 3; // seconds
export var TOKEN_REVALIDATION_INTERVAL = 5; // seconds

@@ -15,0 +15,0 @@ export function useAuth() {

@@ -5,3 +5,3 @@ export declare type UserID = string | number;

export declare type CodeType = string | Record<string, any> | null;
export declare const TOKEN_REVALIDATION_INTERVAL = 3;
export declare const TOKEN_REVALIDATION_INTERVAL = 5;
export declare type AuthConfig = {

@@ -8,0 +8,0 @@ userDataURL?: string;

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

/** @license Digigov v0.0.1-fix-logout.6+51b1467
/** @license Digigov v0.0.1-fix-logout.7+0a282ea
*

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

});
var TOKEN_REVALIDATION_INTERVAL = 3; // seconds
var TOKEN_REVALIDATION_INTERVAL = 5; // seconds

@@ -69,0 +69,0 @@ exports.TOKEN_REVALIDATION_INTERVAL = TOKEN_REVALIDATION_INTERVAL;

{
"name": "@digigov/auth",
"version": "0.0.1-fix-logout.6+51b1467",
"version": "0.0.1-fix-logout.7+0a282ea",
"description": "@digigov authentication client",

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

},
"gitHead": "51b1467de994718787dd259d07a74f465ad1ed0d",
"gitHead": "0a282ea7874c5140caa4bc108964301e0fbe2f3a",
"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