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

@squared-functions/types

Package Overview
Dependencies
Maintainers
1
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/types - npm Package Compare versions

Comparing version 4.9.16 to 4.9.17

3

lib/http.d.ts

@@ -6,2 +6,3 @@ import type { HttpProtocolVersion } from './squared';

import type { WriteStream } from 'fs';
import type { LookupAddress } from 'dns';
import type { ClientRequest, Agent as HttpAgent, IncomingHttpHeaders, OutgoingHttpHeaders } from 'http';

@@ -118,2 +119,2 @@ import type { Agent as HttpsAgent } from 'https';

export type HttpOutgoingHeaders = ObjectMap<OutgoingHttpHeaders>;
export type LookupCallback = (err: NodeJS.ErrnoException | null, address: string, family: number) => void;
export type LookupCallback = (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family?: number) => void;
{
"name": "@squared-functions/types",
"version": "4.9.16",
"version": "4.9.17",
"description": "Type definitions for squared-functions.",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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