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

react-auth-kit

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-auth-kit - npm Package Compare versions

Comparing version 3.0.0-alpha.22 to 3.0.0-alpha.23

4

package.json
{
"name": "react-auth-kit",
"version": "3.0.0-alpha.22",
"version": "3.0.0-alpha.23",
"description": "Authentication Library for React, which makes Token based auth very easy",

@@ -90,3 +90,3 @@ "keywords": [

},
"gitHead": "d4d24e74a78faefc742f2d6b9a4b8d18be246f1d"
"gitHead": "574514a551ccfdcfbf91d451310bdd997093a20f"
}

@@ -22,5 +22,11 @@ "use strict";

this.authSubject = new _rxjs.BehaviorSubject(this.initialToken_());
this.subscribe(this.syncTokens, err => {
console.log("Error Happened");
console.log(err);
this.authSubject.subscribe({
next: this.syncTokens,
complete: () => {
console.log("Token Synced");
},
error: err => {
console.error("Error Occured while syncing token");
console.log(err);
}
});

@@ -27,0 +33,0 @@ }

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