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

basic-auth-token

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-auth-token - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

changelog.md
# Change Log
All notable changes to this project will be documented in this file.
## 0.1.2 - 2015-04-11
### Changed
- added note pointing to basic-authorization-header.
## 0.1.1 - 2015-04-11

@@ -5,0 +9,0 @@ ### Changed

2

package.json
{
"name": "basic-auth-token",
"version": "0.1.1",
"version": "0.1.2",
"description": "Token generated by concatenating username and password with `:` character within a base64 encoded string.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,6 +24,10 @@ # basic-auth-token

- [RFC2617](https://tools.ietf.org/html/rfc2617#section-2)
- [Security Considerations](https://tools.ietf.org/html/rfc2617#section-4)
- [Increasing Security](http://security.stackexchange.com/a/27881/72283)
- [RFC2617]
- [Security Considerations]
- [Increasing Security]
## Notes
If you want the full [RFC2617] authorization header value, check out [basic-authorization-header](https://www.npmjs.com/package/basic-authorization-header).
## License

@@ -33,1 +37,4 @@

[RFC2617]: https://tools.ietf.org/html/rfc2617#section-2
[Security Considerations]: https://tools.ietf.org/html/rfc2617#section-4
[Increasing Security]: http://security.stackexchange.com/a/27881/72283
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