Comparing version 2.1.4 to 2.1.5
/* | ||
* Copyright (c) 2015, Salesforce.com, Inc. | ||
* Copyright (c) 2016, Salesforce.com, Inc. | ||
* All rights reserved. | ||
@@ -16,2 +16,6 @@ * | ||
if(!(this instanceof FuelAuth)) { | ||
return new FuelAuth(options); | ||
} | ||
if(options) { | ||
@@ -18,0 +22,0 @@ if(!options.clientId || !options.clientSecret) { |
{ | ||
"name": "fuel-auth", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Node library for authenticating REST and SOAP APIs in the Salesforce Marketing Cloud (formerly ExactTarget).", | ||
@@ -5,0 +5,0 @@ "main": "./lib/fuel-auth.js", |
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
7415
143