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 2.0.0 to 2.0.1

8

CHANGELOG.md

@@ -0,11 +1,19 @@

# 2.0.0 (2020-04-04)
- Updated `devDependencies` to the latest versions. [#26](https://github.com/blackbaud/skyux-builder-plugin-auth-email-whitelist/pull/26)
# 2.0.0 (2019-01-28)
- Updated imports to pull from SKY UX 3 libraries.
# 1.0.10 (2017-08-29)
- Changed const to let for permissions check.
# 1.0.9 (2017-08-25)
- Added check for existence of 1bb.perms key.
# 1.0.8 (2017-08-24)
- Converted to use the new 1bb.perms check.

@@ -12,0 +20,0 @@

18

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

@@ -8,4 +8,4 @@ "main": "index.js",

"build": "node ./scripts/prepare-package.js",
"coverage": "istanbul cover -x 'src/*.spec.js' --report=html jasmine JASMINE_CONFIG_PATH=jasmine.json",
"lint": "./node_modules/.bin/eslint src/**/*.js",
"coverage": "nyc jasmine --config=jasmine.json",
"lint": "eslint index.js src",
"test": "npm run lint && npm run coverage"

@@ -24,13 +24,13 @@ },

"dependencies": {
"fs-extra": "3.0.0",
"fs-extra": "9.0.0",
"jwt-decode": "2.2.0"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"jasmine": "2.6.0",
"mock-require": "2.0.2"
"eslint": "6.8.0",
"eslint-plugin-standard": "4.0.1",
"jasmine": "3.5.0",
"mock-require": "3.0.3",
"nyc": "15.0.0"
},
"module": "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