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.2.0 to 0.2.1

4

changelog.md
# Change Log
All notable changes to this project will be documented in this file.
## 0.2.1 - 2015-04-12
### Changed
- Moved license badge to bottom.
## 0.2.0 - 2015-04-12

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

2

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

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

# basic-auth-token
[![npm](https://img.shields.io/npm/v/basic-auth-token.svg)](https://www.npmjs.org/package/basic-auth-token) [![NPM downloads](http://img.shields.io/npm/dm/basic-auth-token.svg)](https://www.npmjs.org/package/basic-auth-token) [![Dependency Status](https://gemnasium.com/wilmoore/basic-auth-token.js.svg)](https://gemnasium.com/wilmoore/basic-auth-token.js) [![Code Climate](https://codeclimate.com/github/wilmoore/basic-auth-token.js/badges/gpa.svg)](https://codeclimate.com/github/wilmoore/basic-auth-token.js) [![Build Status](http://img.shields.io/travis/wilmoore/basic-auth-token.js.svg)](https://travis-ci.org/wilmoore/basic-auth-token.js) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) [![LICENSE](http://img.shields.io/npm/l/basic-auth-token.svg)](license)
[![npm](https://img.shields.io/npm/v/basic-auth-token.svg)](https://www.npmjs.org/package/basic-auth-token) [![NPM downloads](http://img.shields.io/npm/dm/basic-auth-token.svg)](https://www.npmjs.org/package/basic-auth-token) [![Dependency Status](https://gemnasium.com/wilmoore/basic-auth-token.js.svg)](https://gemnasium.com/wilmoore/basic-auth-token.js) [![Code Climate](https://codeclimate.com/github/wilmoore/basic-auth-token.js/badges/gpa.svg)](https://codeclimate.com/github/wilmoore/basic-auth-token.js) [![Build Status](http://img.shields.io/travis/wilmoore/basic-auth-token.js.svg)](https://travis-ci.org/wilmoore/basic-auth-token.js) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

@@ -32,5 +32,5 @@ > Token generated by concatenating username and password with `:` character within a base64 encoded string.

## License
## Licenses
[MIT](license)
[![LICENSE](http://img.shields.io/npm/l/basic-auth-token.svg)](license)

@@ -37,0 +37,0 @@ [RFC2617]: https://tools.ietf.org/html/rfc2617#section-2

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