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 0.0.31 to 1.1.0

basic-auth/LICENSE

9

basic-auth/index.d.ts

@@ -1,4 +0,4 @@

// Type definitions for basic-auth
// Type definitions for basic-auth v1.1.0
// Project: https://github.com/jshttp/basic-auth
// Definitions by: Clément Bourgeois <https://github.com/moonpyk>
// Definitions by: Clément Bourgeois <https://github.com/moonpyk>, Vesa Poikajärvi <https://github.com/vesse>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -17,4 +17,9 @@

}
/**
* Parse basic auth to object.
*/
function parse(authorizationHeader: string): auth.BasicAuthResult | undefined;
}
export = auth;
{
"name": "@types/basic-auth",
"version": "0.0.31",
"version": "1.1.0",
"description": "TypeScript definitions for basic-auth",

@@ -10,2 +10,6 @@ "license": "MIT",

"url": "https://github.com/moonpyk"
},
{
"name": "Vesa Poikajärvi",
"url": "https://github.com/vesse"
}

@@ -23,4 +27,4 @@ ],

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

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/basic-auth
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/basic-auth
Additional Details
* Last updated: Tue, 14 Feb 2017 19:02:22 GMT
* Last updated: Fri, 02 Jun 2017 01:33:54 GMT
* Dependencies: http, node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Clément Bourgeois <https://github.com/moonpyk>.
These definitions were written by Clément Bourgeois <https://github.com/moonpyk>, Vesa Poikajärvi <https://github.com/vesse>.
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