authlify-js
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -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 @@ } |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12322
244