Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fuel-auth

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuel-auth - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

6

lib/fuel-auth.js
/*
* 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) {

2

package.json
{
"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",

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