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.24 to 3.0.0-alpha.25

4

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

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

},
"gitHead": "fe1d6a1dfe2d3643aa8bf957a995c42f9ff5ef76"
"gitHead": "0005a8ed8f221ef1dcd80fe4b09d2e5d2d4dd9be"
}

@@ -262,6 +262,12 @@ "use strict";

} else {
console.log(`Point A ${this.authStorageName} ${authToken}`);
localStorage.setItem(this.authStorageName, authToken);
console.log(`Point B ${this.authStorageName} ${authToken}`);
console.log(`Point C ${this.authStorageTypeName} ${authTokenType}`);
localStorage.setItem(this.authStorageTypeName, authTokenType);
console.log(`Point D ${this.authStorageTypeName} ${authTokenType}`);
if (!!authState) {
console.log(`Point E ${this.stateStorageName} ${JSON.stringify(authState)}`);
localStorage.setItem(this.stateStorageName, JSON.stringify(authState));
console.log(`Point F ${this.stateStorageName} ${JSON.stringify(authState)}`);
}

@@ -268,0 +274,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