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

3

lib/user.js

@@ -80,2 +80,5 @@ 'use strict';

for (var key in attributes) {
if (key in this.prototype) {
continue;
}
this[key] = attributes[key];

@@ -82,0 +85,0 @@ }

2

package.json
{
"name": "authlify-js",
"version": "0.4.1",
"version": "0.4.2",
"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