node-sp-auth
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -18,3 +18,4 @@ "use strict"; | ||
this._authOptions = _authOptions; | ||
_authOptions.username = _authOptions.username | ||
this._authOptions = _.extend({}, _authOptions); | ||
this._authOptions.username = this._authOptions.username | ||
.replace(/&/g, '&') | ||
@@ -25,3 +26,3 @@ .replace(/"/g, '"') | ||
.replace(/>/g, '>'); | ||
_authOptions.password = _authOptions.password | ||
this._authOptions.password = this._authOptions.password | ||
.replace(/&/g, '&') | ||
@@ -28,0 +29,0 @@ .replace(/"/g, '"') |
{ | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"name": "node-sp-auth", | ||
@@ -4,0 +4,0 @@ "author": "Sergei Sergeev <sergeev.srg@gmail.com>", |
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
50107
999