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

www-authenticate

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

www-authenticate - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

lib/parsers.js

@@ -5,7 +5,7 @@ var ParseAuth= /(\w+)\s+(.*)/ // -> scheme, params

parse_params= function (header) {
function parse_params(header) {
// This parser will definitely fail if there is more than one challenge
var tok, last_tok, _i, _len, key, value;
var state= 0; //0: token,
m= header.split(Separators)
var m= header.split(Separators)
for (_i = 0, _len = m.length; _i < _len; _i++) {

@@ -12,0 +12,0 @@ last_tok= tok;

{
"name": "www-authenticate",
"description": "Provides the functionality needed for a client to use HTTP Basic or Digest authentication. Also provides primitives for parsing WWW-Authenticate and Authentication_Info headers.",
"version": "0.6.2",
"version": "0.6.3",
"homepage": "https://github.com/randymized/www-authenticate",

@@ -6,0 +6,0 @@ "author": {

# www-authenticate [![Build Status](https://secure.travis-ci.org/randymized/www-authenticate.png?branch=master)](http://travis-ci.org/randymized/www-authenticate)
[![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Abandoned-orange.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
www-authenticate is **no longer being actively developed** and has been archived.
You are still welcome to use it but you may want to check for any forks that are more actively maintained.
If it is of value to you, you are welcome to fork it or start a new project and incorporate its code into your project.
## Documentation

@@ -4,0 +11,0 @@ Provides the functionality needed for a client to use HTTP Basic or Digest authentication. Also provides primitives for parsing WWW-Authenticate and Authentication_Info headers.

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