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

blockstack-auth

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockstack-auth - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

6

lib/authAgent.js

@@ -41,3 +41,3 @@ 'use strict';

value: function isUserLoggedIn() {
return window.localStorage.getItem(localStorageKeyName) ? true : false;
return window.localStorage.getItem(this.localStorageKeyName) ? true : false;
}

@@ -52,3 +52,3 @@ }, {

var authRequest = _base64url2.default.encode(JSON.stringify(payload));
window.location = identityHost + "?authRequest=" + authRequest;
window.location = this.identityProviderURL + "?authRequest=" + authRequest;
}

@@ -86,3 +86,3 @@ }, {

value: function logout() {
window.localStorage.removeItem(localStorageKeyName);
window.localStorage.removeItem(this.localStorageKeyName);
window.location = this.currentHost;

@@ -89,0 +89,0 @@ }

{
"name": "blockstack-auth",
"version": "0.1.11",
"version": "0.1.12",
"description": "Blockstack Auth Library",

@@ -5,0 +5,0 @@ "main": "lib/index",

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