aurelia-auth
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -73,3 +73,3 @@ define(['exports', 'aurelia-dependency-injection', './auth-utilities', './storage', './popup', './base-config', 'aurelia-fetch-client', 'isomorphic-fetch'], function (exports, _aureliaDependencyInjection, _authUtilities, _storage, _popup, _baseConfig, _aureliaFetchClient) { | ||
var str = []; | ||
forEach(obj, function (value, key) { | ||
(0, _authUtilities.forEach)(obj, function (value, key) { | ||
return str.push(encodeURIComponent(key) + '=' + encodeURIComponent(value)); | ||
@@ -76,0 +76,0 @@ }); |
@@ -82,3 +82,3 @@ 'use strict'; | ||
var str = []; | ||
forEach(obj, function (value, key) { | ||
(0, _authUtilities.forEach)(obj, function (value, key) { | ||
return str.push(encodeURIComponent(key) + '=' + encodeURIComponent(value)); | ||
@@ -85,0 +85,0 @@ }); |
var _dec, _class; | ||
import { inject } from 'aurelia-dependency-injection'; | ||
import { extend, joinUrl, status } from './auth-utilities'; | ||
import { extend, forEach, joinUrl, status } from './auth-utilities'; | ||
import { Storage } from './storage'; | ||
@@ -6,0 +6,0 @@ import { Popup } from './popup'; |
'use strict'; | ||
System.register(['aurelia-dependency-injection', './auth-utilities', './storage', './popup', './base-config', 'aurelia-fetch-client', 'isomorphic-fetch'], function (_export, _context) { | ||
var inject, extend, joinUrl, status, Storage, Popup, BaseConfig, HttpClient, json, _dec, _class, OAuth1; | ||
var inject, extend, forEach, joinUrl, status, Storage, Popup, BaseConfig, HttpClient, json, _dec, _class, OAuth1; | ||
@@ -17,2 +17,3 @@ function _classCallCheck(instance, Constructor) { | ||
extend = _authUtilities.extend; | ||
forEach = _authUtilities.forEach; | ||
joinUrl = _authUtilities.joinUrl; | ||
@@ -19,0 +20,0 @@ status = _authUtilities.status; |
{ | ||
"name": "aurelia-auth", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Plugin for security token service, social media authentication and local authentication together with other authentication utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import {inject} from 'aurelia-dependency-injection'; | ||
import {extend, joinUrl, status} from './auth-utilities'; | ||
import {extend, forEach,joinUrl, status} from './auth-utilities'; | ||
import {Storage} from './storage'; | ||
@@ -4,0 +4,0 @@ import {Popup} from './popup'; |
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
423131
8220