New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xprezzo-basic-auth

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xprezzo-basic-auth - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

11

HISTORY.md

@@ -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

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