basic-auth-token
Advanced tools
Comparing version 0.2.0 to 0.2.1
# 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 |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5016