@hubspot/api-auth-lib
Advanced tools
Comparing version 1.0.8 to 1.0.9-beta.0
@@ -7,2 +7,3 @@ const express = require('express'); | ||
const { HubSpotAuthError } = require('./Errors'); | ||
const { handleExit } = require('@hubspot/cms-lib/lib/process'); | ||
@@ -118,4 +119,3 @@ const PORT = 3000; | ||
process.on('exit', shutdownServerIfRunning); | ||
process.on('SIGINT', shutdownServerIfRunning); | ||
handleExit(shutdownServerIfRunning); | ||
} | ||
@@ -122,0 +122,0 @@ |
{ | ||
"name": "@hubspot/api-auth-lib", | ||
"version": "1.0.8", | ||
"version": "1.0.9-beta.0", | ||
"license": "Apache-2.0", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "936569d9c9bd017521beab45417ce11943cb3a4c" | ||
"gitHead": "5a7087641898485e217efcfcbf48a108cf3a840e" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
7909
2