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.0 to 1.0.1

3

auth-email-whitelist.js
const preload = (content, resourcePath) => {
if (resourcePath.match(/app-extras\.module\.ts$/)) {
return `${content}
/* tslint:disable:max-line-length */
import { BBAuth } from '@blackbaud/auth-client';

@@ -8,2 +9,3 @@ import { SkyAppBootstrapper } from '@blackbaud/skyux-builder/runtime';

/* istanbul ignore next */
(SkyAppBootstrapper as any).processBootstrapConfig = () => {

@@ -34,2 +36,3 @@ return BBAuth

};
/* tslint:enable:max-line-length */
`;

@@ -36,0 +39,0 @@ }

@@ -0,3 +1,8 @@

# 1.0.1 (2017-06-02)
- Ignore istanbul code coverage for appended code.
- Disable tslint max-line-length for appended code.
# 1.0.0 (2017-05-31)
- Initial release to NPM.

2

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