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

byu-group-mem

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byu-group-mem - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

index.js

@@ -23,3 +23,4 @@ /**

let isAuthorized = function (verifiedJWTs, membersOfAdminGroup) {
let isAuthorized = function (verifiedJWTs, membersOfAdminGroup) {
if (!verifiedJWTs || !membersOfAdminGroup) return false;
const claims = verifiedJWTs.prioritizedClaims;

@@ -26,0 +27,0 @@

{
"name": "byu-group-mem",
"version": "0.0.2",
"version": "0.0.3",
"description": "Validates the group membership of a person",

@@ -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