New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

byu-jwt

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byu-jwt - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

index.js

@@ -50,3 +50,3 @@ var Promise = require('bluebird');

.then(function (result) {
var keys = JSON.parse(result[1]).keys;
var keys = JSON.parse(result.body).keys;
var cert = keys[0].x5c[0];

@@ -53,0 +53,0 @@

{
"name": "byu-jwt",
"version": "0.0.6",
"version": "0.0.7",
"description": "The byu-jwt module provides helpful functions to retrieve a specified BYU .well-known URL and verify BYU signed JWTs.",

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