Skip to content

Commit 8833245

Browse files
committed
Corrected audit errors.
1 parent c0c2de5 commit 8833245

File tree

3 files changed

+80
-104
lines changed

3 files changed

+80
-104
lines changed

README.md

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# http-auth-passport
2-
[Passport.js](http://www.passportjs.org/) integration with [http-auth](https://github.com/http-auth/http-auth) module.
2+
[Passport.js](http://www.passportjs.org/) integration with [http-auth](https://github.com/gevorg/http-auth) module.
33

4-
[![build](https://github.com/http-auth/http-auth-passport/workflows/build/badge.svg)](https://github.com/http-auth/http-auth-passport/actions?query=workflow%3Abuild)
4+
[![build](https://github.com/http-auth/http-auth-passport/workflows/build/badge.svg)](https://github.com/http-auth/http-auth-passport/actions/workflows/build.yml)
55

66
## Installation
77

@@ -57,34 +57,6 @@ It uses [mocha](https://mochajs.org/), so just run following command in package
5757
$ npm test
5858
```
5959

60-
## Issues
61-
62-
You can find list of issues using **[this link](http://github.com/http-auth/http-auth-passport/issues)**.
63-
64-
## Requirements
65-
66-
- **[Node.js](http://nodejs.org)** - Event-driven I/O server-side JavaScript environment based on V8.
67-
- **[npm](http://npmjs.org)** - Package manager. Installs, publishes and manages node programs.
68-
6960
## License
7061

71-
The MIT License (MIT)
72-
73-
Copyright (c) Gevorg Harutyunyan
74-
75-
Permission is hereby granted, free of charge, to any person obtaining a copy of
76-
this software and associated documentation files (the "Software"), to deal in
77-
the Software without restriction, including without limitation the rights to
78-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
79-
the Software, and to permit persons to whom the Software is furnished to do so,
80-
subject to the following conditions:
81-
82-
The above copyright notice and this permission notice shall be included in all
83-
copies or substantial portions of the Software.
84-
85-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
87-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
88-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
89-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
90-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
62+
The MIT License (MIT)

package-lock.json

Lines changed: 76 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "http-auth-passport",
33
"description": "Passport.js integration with http-auth module.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",
66
"maintainers": [
77
{

0 commit comments

Comments
 (0)