Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aurelia-auth

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-auth - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

dist/amd/oAuth1.js

@@ -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';

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc