xprezzo-basic-auth
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -1,14 +0,9 @@ | ||
1.0.2 / 2029-09-27 | ||
1.1.0 / 2029-10-05 | ||
================== | ||
* instroduce Credentials class | ||
* depds: xprezzo-buffer to v1.1.0 | ||
1.0.1 / 2029-09-25 | ||
1.1.0 / 2029-10-05 | ||
================== | ||
* depds xprezzo-buffer update to v1.0.1 | ||
1.0.0 / 2029-09-19 | ||
================== | ||
* Initial release |
/*! | ||
* xprezzo-basic-auth | ||
* Copyright(c) 2020 Leolio McLeon | ||
* Copyright(c) 2020 Ben Ajenoui <info@seohero.io> | ||
* MIT Licensed | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "xprezzo-basic-auth", | ||
"description": "xprezzo basic auth parser", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"author": "Ben Ajenoui <info@seohero.io>", | ||
"license": "MIT", | ||
@@ -15,3 +16,3 @@ "keywords": [ | ||
"dependencies": { | ||
"xprezzo-buffer": "1.0.1" | ||
"xprezzo-buffer": "1.1.0" | ||
}, | ||
@@ -18,0 +19,0 @@ "devDependencies": { |
# xprezzo-basic-auth | ||
Basic auth Authorization header field parser for xprezzo. | ||
Basic auth Authorization header field parser for [xprezzo](https://github.com/xprezzo). | ||
## Philosophy of Xprezzo | ||
Problems faced: | ||
* Too many requires which creates problem when project grow | ||
* The dependencies update are slow | ||
* Test cases of difficult to design | ||
How Xprezzo try to tackle those problems: | ||
* Useful internal libraries/packages are exposed | ||
* Merge small libraries into a larger one. | ||
* Provide easy to use test framework | ||
## Installation | ||
@@ -108,7 +94,5 @@ | ||
## Exposes | ||
## People | ||
* exposed [xprezzo-buffer](https://github.com/xprezzo/xprezzo-buffer) | ||
* exposed [xprezzo-mixin](https://github.com/xprezzo/xprezzo-mixin) | ||
* exposed class Credntials | ||
Xprezzo and related projects are maintained by [Ben Ajenoui](mailto:info@seoher.io) and sponsored by [SEO Hero](https://www.seohero.io). | ||
@@ -115,0 +99,0 @@ # License |
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1
6536
101
+ Addedxprezzo-buffer@1.1.0(transitive)
+ Addedxprezzo-mixin@1.1.0(transitive)
- Removedxprezzo-buffer@1.0.1(transitive)
- Removedxprezzo-mixin@1.0.0(transitive)
Updatedxprezzo-buffer@1.1.0