basic-auth-token
Advanced tools
Comparing version 0.1.3 to 0.2.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## 0.2.0 - 2015-04-12 | ||
### Changed | ||
- changed badge ordering. | ||
## 0.1.3 - 2015-04-12 | ||
@@ -5,0 +9,0 @@ ### Added |
{ | ||
"name": "basic-auth-token", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"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 | ||
[![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) [![NPM version](http://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) [![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) [![LICENSE](http://img.shields.io/npm/l/basic-auth-token.svg)](license) | ||
@@ -5,0 +5,0 @@ > Token generated by concatenating username and password with `:` character within a base64 encoded string. |
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
4964