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

byu-jwt

Package Overview
Dependencies
Maintainers
13
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 1.0.6 to 1.0.7

1

lib/cache.js

@@ -34,2 +34,3 @@ /**

process.on('SIGINT', () => clearTimeout(data.timeoutId)) // catches ctrl+c event
process.on('SIGBREAK', () => clearTimeout(data.timeoutId)) // catches Windows ctrl+c event
process.on('SIGUSR1', () => clearTimeout(data.timeoutId)) // catches "kill pid"

@@ -36,0 +37,0 @@ process.on('SIGUSR2', () => clearTimeout(data.timeoutId)) // catches "kill pid"

2

package.json
{
"name": "byu-jwt",
"version": "1.0.6",
"version": "1.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