Socket
Socket
Sign inDemoInstall

@types/tunnel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tunnel - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

tunnel/index.d.ts

@@ -7,4 +7,4 @@ // Type definitions for tunnel 0.0

/// <reference types="node" />
import { Agent } from 'http';
import { Agent as HttpsAgent } from 'https';
import { Agent } from "http";
import { Agent as HttpsAgent } from "https";

@@ -11,0 +11,0 @@ export function httpOverHttp(options?: HttpOptions): Agent;

{
"name": "@types/tunnel",
"version": "0.0.3",
"version": "0.0.4",
"description": "TypeScript definitions for tunnel",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tunnel",

},
"typesPublisherContentHash": "049a52929c6badcca87fc0ebc590bc49744a75f883bf18df77393ba05ddb4e7b",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "6c424c4124e6df88f88acf19bcea53796c6f091e79d91c381cd5581b60c53f63",
"typeScriptVersion": "4.3"
}

@@ -17,4 +17,4 @@ # Installation

/// <reference types="node" />
import { Agent } from 'http';
import { Agent as HttpsAgent } from 'https';
import { Agent } from "http";
import { Agent as HttpsAgent } from "https";

@@ -63,3 +63,3 @@ export function httpOverHttp(options?: HttpOptions): Agent;

### Additional Details
* Last updated: Fri, 02 Jul 2021 19:37:21 GMT
* Last updated: Tue, 12 Sep 2023 12:34:52 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -66,0 +66,0 @@ * Global values: none

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