authlify-js
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -32,3 +32,3 @@ 'use strict'; | ||
} | ||
if (!options.APIUrl.match(HTTPRegexp)) { | ||
if (options.APIUrl.match(HTTPRegexp)) { | ||
console.log('Warning:\n\nDO NOT USE HTTP IN PRODUCTION FOR AUTHLIFY EVER!\nAuthlify REQUIRES HTTPS to work securely.'); | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "authlify-js", | ||
"version": "0.5.1", | ||
"version": "0.5.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
13466