Comparing version 1.0.6 to 1.0.7
@@ -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" |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42409
637