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

page-data

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

page-data - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

5

index.js

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

2

package.json
{
"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",

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