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

authlify-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authlify-js - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

lib/index.js

@@ -81,3 +81,7 @@ 'use strict';

value: function persistSession(user) {
localStorage.setItem(storageKey, JSON.stringify(user));
if (user) {
localStorage.setItem(storageKey, JSON.stringify(user));
} else {
localStorage.removeItem(storageKey);
}
}

@@ -84,0 +88,0 @@ }, {

2

package.json
{
"name": "authlify-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "Authlify API client for JavaScript",

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

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