Socket
Socket
Sign inDemoInstall

resolve-alpn

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

4

index.js

@@ -10,2 +10,4 @@ 'use strict';

const callback = async () => {
await socketPromise;
socket.off('timeout', onTimeout);

@@ -32,3 +34,3 @@ socket.off('error', reject);

(async () => {
const socketPromise = (async () => {
try {

@@ -35,0 +37,0 @@ socket = await connect(options, callback);

{
"name": "resolve-alpn",
"version": "1.2.0",
"version": "1.2.1",
"description": "Detects the ALPN protocol",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc