Huge News!Announcing our $40M Series B led by Abstract Ventures.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.26 to 3.0.0-alpha.27

4

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

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

},
"gitHead": "a061796ba7697561853cf0902dfcd25a0978bb63"
"gitHead": "455ed7a8cd1a0e4111791e08336cc7f20583a943"
}

@@ -262,3 +262,3 @@ "use strict";

} else {
console.log(`Point A ${this.authStorageName} ${authToken}`);
console.log(`Point A ${this.authStorageName} ${authToken} ${typeof this.authStorageName} ${typeof authToken}`);
window.localStorage.setItem(this.authStorageName, authToken);

@@ -265,0 +265,0 @@ console.log(`Point B ${this.authStorageName} ${authToken}`);

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