Socket
Socket
Sign inDemoInstall

@derhuerst/http-basic

Package Overview
Dependencies
12
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.2.3 to 8.2.4

1

lib/index.d.ts
/// <reference types="node" />
/// <reference types="node" />
import FileCache from './FileCache';

@@ -3,0 +4,0 @@ import MemoryCache from './MemoryCache';

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

@@ -3,0 +4,0 @@ import { Headers } from './Headers';

10

package.json
{
"name": "@derhuerst/http-basic",
"version": "8.2.3",
"version": "8.2.4",
"main": "lib/index.js",

@@ -24,3 +24,3 @@ "types": "lib/index.d.ts",

"caseless": "^0.12.0",
"concat-stream": "^1.6.2",
"concat-stream": "^2.0.0",
"http-response-object": "^3.0.1",

@@ -30,6 +30,6 @@ "parse-cache-control": "^1.0.1"

"devDependencies": {
"@types/concat-stream": "^1.6.0",
"@types/node": "^17.0.6",
"@types/concat-stream": "^2.0.0",
"@types/node": "^18.0.1",
"flowgen2": "^2.2.1",
"rimraf": "^2.5.4",
"rimraf": "^3.0.2",
"serve-static": "^1.11.1",

@@ -36,0 +36,0 @@ "typescript": "^4.5.4"

Sorry, the diff of this file is not supported yet

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