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.5 to 1.0.6

5

auth-email-whitelist.js

@@ -19,4 +19,6 @@ const preload = (content, resourcePath, skyAppConfig) => {

const emailDomainWhitelist: string[] = [
'blackbaud.ca',
'blackbaud.com',
'blackbaud.me',
'blackbaud.com.au',
'blackbaud.co.uk',

@@ -26,3 +28,4 @@ 'blackbaud.au',

'attentive.ly',
'everydayhero.com'
'everydayhero.com',
'smarttuition.com'
];

@@ -29,0 +32,0 @@ const parsedToken = decode(token);

4

CHANGELOG.md

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

# 1.0.6 (2017-07-27)
- Added more email domains.
# 1.0.5 (2017-06-16)

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

{
"name": "@blackbaud/skyux-builder-plugin-auth-email-whitelist",
"version": "1.0.5",
"version": "1.0.6",
"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