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

@8base/auth

Package Overview
Dependencies
Maintainers
5
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/auth - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

12

package.json
{
"name": "@8base/auth",
"version": "1.3.2",
"version": "1.4.0",
"repository": "https://github.com/8base/sdk",

@@ -13,7 +13,7 @@ "main": "dist/index.js",

"dependencies": {
"@8base/api-token-auth-client": "^1.3.2",
"@8base/utils": "^1.3.2",
"@8base/web-auth0-auth-client": "^1.3.2",
"@8base/web-cognito-auth-client": "^1.3.2",
"@8base/web-oauth-client": "^1.3.2",
"@8base/api-token-auth-client": "^1.4.0",
"@8base/utils": "^1.4.0",
"@8base/web-auth0-auth-client": "^1.4.0",
"@8base/web-cognito-auth-client": "^1.4.0",
"@8base/web-oauth-client": "^1.4.0",
"ramda": "^0.26.1"

@@ -20,0 +20,0 @@ },

@@ -49,2 +49,8 @@ import { IAuthClient, IStorage, StorageAPI, IAuthState, Unsubscribe } from '@8base/utils';

public getTokenInfo() {
return {
email: 'some@email.com',
};
}
public login() {

@@ -51,0 +57,0 @@ return this.externalAuth.login();

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