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.1 to 1.0.2

5

auth-email-whitelist.js

@@ -1,3 +0,4 @@

const preload = (content, resourcePath) => {
if (resourcePath.match(/app-extras\.module\.ts$/)) {
const preload = (content, resourcePath, skyAppConfig) => {
let authEnabled = (skyAppConfig.auth === 'true' || skyAppConfig.auth === true);
if (resourcePath.match(/app-extras\.module\.ts$/) && authEnabled) {
return `${content}

@@ -4,0 +5,0 @@ /* tslint:disable:max-line-length */

4

CHANGELOG.md

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

# 1.0.2 (2017-06-08)
- Require `"auth": true` to activate email whitelist behavior.
# 1.0.1 (2017-06-02)

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

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