angular2-jwt
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -106,3 +106,3 @@ "use strict"; | ||
if (additionalOptions) { | ||
options.merge(additionalOptions); | ||
options = options.merge(additionalOptions); | ||
} | ||
@@ -109,0 +109,0 @@ return this.request(new http_1.Request(this.mergeOptions(this._defOpts, options))); |
@@ -127,3 +127,3 @@ import {provide, Injectable} from '@angular/core'; | ||
if (additionalOptions) { | ||
options.merge(additionalOptions); | ||
options = options.merge(additionalOptions); | ||
} | ||
@@ -130,0 +130,0 @@ return this.request(new Request(this.mergeOptions(this._defOpts, options))); |
{ | ||
"name": "angular2-jwt", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "Helper library for handling JWTs in Angular 2", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
129595