Comparing version 0.0.9 to 0.0.10
@@ -98,6 +98,9 @@ 'use strict'; | ||
function generateTlsResponse(res) { | ||
const sans = res.subjectaltname.split(',') | ||
.map(v => v.replace(/DNS\:/, '')) | ||
.filter(v => v !== '') | ||
return { | ||
subject: res.subject, | ||
issuer: res.issuer, | ||
subjectaltname: res.subjectaltname, | ||
subjectaltname: sans, | ||
valid_from: res.valid_from, | ||
@@ -104,0 +107,0 @@ valid_to: res.valid_to, |
{ | ||
"name": "page-data", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "simple page data get client tool", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
341617
6908
3