Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "fuel-auth", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Node Library for Authenticating with ExactTarget Fuel. Used for authenticating REST and SOAP APIs.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/fuel-auth.js", |
@@ -1,8 +0,10 @@ | ||
Fuel Auth (for Node.js) | ||
Fuel Auth (for Node.js) [![Build Status](https://travis-ci.org/ExactTarget/Fuel-Node-Auth.svg)](https://travis-ci.org/ExactTarget/Fuel-Node-Auth) | ||
============= | ||
This library allows users to create authentication clients for ExactTarget APIs. | ||
This library allows users to create authentication clients for ExactTarget APIs. | ||
<!-- Use our [REST][1] and [SOAP][2] clients to interact with these APIs at a low-level. --> | ||
This library is compatible with node versions 0.8 and 0.10+. `npm install` will error if you're using node version 0.8 with developer dependencies. To have a successful install for testing/contributing use `npm install -g npm@1.2.8000` and the issue should be resolved. | ||
## Accessing ExactTarget's API | ||
@@ -121,2 +123,4 @@ | ||
## ChangeLog | ||
* **0.5.1** - 2014-08-19 | ||
* fixed Travis CI testing for 0.8 and 0.10 | ||
* **0.5.0** - 2014-08-06 | ||
@@ -123,0 +127,0 @@ * updated request dependency version due to qs module security vulnerability |
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
12237
158