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

@blackbaud/auth-client

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackbaud/auth-client - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

11

bundles/auth-client.umd.js

@@ -213,3 +213,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

xhr.withCredentials = true;
xhr.send(undefined);
xhr.send();
};

@@ -365,2 +365,11 @@ return BBAuthTokenIntegration;

case 'ready':
// Notify the omnibar of the host page's origin. This MUST be the first
// message that is posted to the omnibar because all other messages will
// be validated against the provided origin. If the origin provided here
// does not match a whilelist of allowed origins maintained by the omnibar,
// further communications between the omnibar and host will be blocked.
interop_1.BBAuthInterop.postOmnibarMessage(iframeEl, {
messageType: 'host-ready',
origin: location.origin
});
monkeyPatchState();

@@ -367,0 +376,0 @@ placeholderEl.classList.remove(CLS_LOADING);

@@ -0,1 +1,6 @@

# 1.3.0 (2017-04-26)
- Fixed an issue retrieving a token in IE (#13) (Thanks @Blackbaud-MatthewBell!)
- More infrastructure around the experimental omnibar (#14)
# 1.2.0 (2017-04-25)

@@ -2,0 +7,0 @@

7

package.json
{
"name": "@blackbaud/auth-client",
"version": "1.2.0",
"version": "1.3.0",
"description": "Provides methods for obtaining an authentication token from the Blackbaud authentication service.",

@@ -36,4 +36,5 @@ "main": "dist/bundles/auth-client.umd.js",

"fs-extra": "2.1.2",
"istanbul": "0.4.5",
"istanbul-instrumenter-loader": "0.1.0",
"jasmine": "2.5.3",
"jasmine": "2.6.0",
"jasmine-ajax": "3.3.1",

@@ -55,3 +56,3 @@ "karma": "1.6.0",

"tslint": "5.1.0",
"tslint-loader": "3.5.2",
"tslint-loader": "3.5.3",
"typescript": "2.2.2",

@@ -58,0 +59,0 @@ "webpack": "2.4.1"

@@ -52,3 +52,3 @@ "use strict";

xhr.withCredentials = true;
xhr.send(undefined);
xhr.send();
};

@@ -55,0 +55,0 @@ return BBAuthTokenIntegration;

@@ -86,2 +86,11 @@ "use strict";

case 'ready':
// Notify the omnibar of the host page's origin. This MUST be the first
// message that is posted to the omnibar because all other messages will
// be validated against the provided origin. If the origin provided here
// does not match a whilelist of allowed origins maintained by the omnibar,
// further communications between the omnibar and host will be blocked.
interop_1.BBAuthInterop.postOmnibarMessage(iframeEl, {
messageType: 'host-ready',
origin: location.origin
});
monkeyPatchState();

@@ -88,0 +97,0 @@ placeholderEl.classList.remove(CLS_LOADING);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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