http-auth
Advanced tools
Comparing version 2.2.8 to 2.2.9
@@ -16,4 +16,4 @@ // HTTPS module | ||
var options = { | ||
key: fs.readFileSync(__dirname + "/../data/key.pem"), | ||
cert: fs.readFileSync(__dirname + "/../data/cert.pem") | ||
key: fs.readFileSync(__dirname + "/../data/server.key"), | ||
cert: fs.readFileSync(__dirname + "/../data/server.crt") | ||
}; | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "http-auth", | ||
"description": "Node.js package for HTTP basic and digest access authentication.", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"author": "Gevorg Harutyunyan (http://github.com/gevorg)", | ||
@@ -15,3 +15,3 @@ "maintainers": [ | ||
"type": "git", | ||
"url": "http://github.com/gevorg/http-auth.git" | ||
"url": "http://github.com/http-auth/http-auth.git" | ||
}, | ||
@@ -22,11 +22,12 @@ "main": "./gensrc/http-auth.js", | ||
"type": "MIT", | ||
"url": "http://github.com/gevorg/http-auth/blob/master/LICENSE" | ||
"url": "http://github.com/http-auth/http-auth/blob/master/LICENSE" | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "http://github.com/gevorg/http-auth/issues" | ||
"url": "http://github.com/http-auth/http-auth/issues" | ||
}, | ||
"dependencies": { | ||
"node-uuid": "1.4.1", | ||
"htpasswd": "2.2.0" | ||
"htpasswd": "2.2.2" | ||
}, | ||
@@ -38,3 +39,3 @@ "devDependencies": { | ||
"http-proxy": "1.11.1", | ||
"request": "2.27.0" | ||
"request": "2.69.0" | ||
}, | ||
@@ -41,0 +42,0 @@ "engines": { |
# http-auth | ||
[Node.js](http://nodejs.org/) package for HTTP basic and digest access authentication. | ||
[![Build Status](https://api.travis-ci.org/gevorg/http-auth.png)](https://travis-ci.org/gevorg/http-auth) | ||
[![Dependency Status](https://david-dm.org/gevorg/http-auth.png)](https://david-dm.org/gevorg/http-auth) | ||
[![Build Status](https://api.travis-ci.org/http-auth/http-auth.png)](https://travis-ci.org/http-auth/http-auth) | ||
[![Dependency Status](https://david-dm.org/http-auth/http-auth.png)](https://david-dm.org/http-auth/http-auth) | ||
@@ -12,3 +12,3 @@ ## Installation | ||
```bash | ||
$ git clone git://github.com/gevorg/http-auth.git | ||
$ git clone git://github.com/http-auth/http-auth.git | ||
``` | ||
@@ -114,3 +114,3 @@ Via [npm](http://npmjs.org/): | ||
You can find list of issues using **[this link](http://github.com/gevorg/http-auth/issues)**. | ||
You can find list of issues using **[this link](http://github.com/http-auth/http-auth/issues)**. | ||
@@ -124,4 +124,4 @@ ## Requirements | ||
- **[htpasswd](https://github.com/gevorg/htpasswd/)** - Node.js package for HTTP Basic Authentication password file utility. | ||
- **[htdigest](https://github.com/gevorg/htdigest/)** - Node.js package for HTTP Digest Authentication password file utility. | ||
- **[htpasswd](https://github.com/http-auth/htpasswd/)** - Node.js package for HTTP Basic Authentication password file utility. | ||
- **[htdigest](https://github.com/http-auth/htdigest/)** - Node.js package for HTTP Digest Authentication password file utility. | ||
@@ -131,3 +131,3 @@ ## Dependencies | ||
- **[node-uuid](https://github.com/broofa/node-uuid/)** - Generate RFC4122(v4) UUIDs, and also non-RFC compact ids. | ||
- **[htpasswd](https://github.com/gevorg/htpasswd/)** - Node.js package for HTTP Basic Authentication password file utility. | ||
- **[htpasswd](https://github.com/http-auth/htpasswd/)** - Node.js package for HTTP Basic Authentication password file utility. | ||
@@ -140,3 +140,3 @@ ## Development dependencies | ||
- **[http-proxy](https://github.com/nodejitsu/node-http-proxy/)** - A full-featured http proxy for node.js. | ||
- **[request](https://github.com/mikeal/request/)** - Simplified HTTP request client. | ||
- **[request](https://github.com/request/request/)** - Simplified HTTP request client. | ||
@@ -147,3 +147,3 @@ ## License | ||
Copyright (c) 2015 Gevorg Harutyunyan | ||
Copyright (c) 2016 Gevorg Harutyunyan | ||
@@ -150,0 +150,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62571
46
+ Addedapache-crypt@1.1.0(transitive)
+ Addedapache-md5@1.0.4(transitive)
+ Addedhtpasswd@2.2.2(transitive)
+ Addedunix-crypt-td-js@1.1.4(transitive)
- Removedapache-crypt@1.0.8(transitive)
- Removedapache-md5@1.0.0(transitive)
- Removedhtpasswd@2.2.0(transitive)
Updatedhtpasswd@2.2.2