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

@blackbaud/skyux-builder-plugin-auth-email-whitelist

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackbaud/skyux-builder-plugin-auth-email-whitelist - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

auth-email-whitelist.js

@@ -12,2 +12,5 @@ const preload = (content, resourcePath, skyAppConfig) => {

(SkyAppBootstrapper as any).processBootstrapConfig = () => {
if (BBAuth.mock) {
return Promise.resolve('Using mock');
}
return BBAuth

@@ -14,0 +17,0 @@ .getToken()

@@ -0,1 +1,5 @@

# 1.0.5 (2017-06-16)
- Added check for mocks to allow e2e tests to pass.
# 1.0.4 (2017-06-15)

@@ -2,0 +6,0 @@

2

package.json
{
"name": "@blackbaud/skyux-builder-plugin-auth-email-whitelist",
"version": "1.0.4",
"version": "1.0.5",
"description": "A SKY UX Builder plugin that only allows users with Blackbaud email addresses to access the SPA.",

@@ -5,0 +5,0 @@ "main": "index.js",

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