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

@types/basic-auth

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/basic-auth - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

basic-auth/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for basic-auth v1.1.0
// Type definitions for basic-auth 1.1
// Project: https://github.com/jshttp/basic-auth

@@ -10,3 +10,4 @@ // Definitions by: Clément Bourgeois <https://github.com/moonpyk>, Vesa Poikajärvi <https://github.com/vesse>

declare function auth(req: http.IncomingMessage): auth.BasicAuthResult;
// See https://github.com/jshttp/basic-auth/blob/v1.1.0/index.js#L49
declare function auth(req: http.IncomingMessage): auth.BasicAuthResult | undefined;

@@ -13,0 +14,0 @@ declare namespace auth {

4

basic-auth/package.json
{
"name": "@types/basic-auth",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for basic-auth",

@@ -26,4 +26,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "baa76fdb0a17a3e7378ac845a833403aaa67200398a2f8479b13a6ad482978ce",
"typesPublisherContentHash": "b9a5f3b43401f150f1042c6f5e269e4b4ff776f9b17f087e7306332e92c61977",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 02 Jun 2017 01:33:54 GMT
* Last updated: Fri, 02 Jun 2017 13:38:50 GMT
* Dependencies: http, node

@@ -14,0 +14,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