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

fuel-rest

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuel-rest - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

10

lib/fuel-rest.js
/*
* Copyright (c) 2015, Salesforce.com, Inc.
* Copyright (c) 2016, Salesforce.com, Inc.
* All rights reserved.

@@ -23,4 +23,10 @@ *

var FuelRest = function(options) {
var authOptions = options && options.auth || {};
var authOptions;
if(!(this instanceof FuelRest)) {
return new FuelRest(options);
}
authOptions = options && options.auth || {};
// use fuel auth instance if applicable

@@ -27,0 +33,0 @@ if(authOptions instanceof FuelAuth) {

2

lib/helpers.js
/*
* Copyright (c) 2015, Salesforce.com, Inc.
* Copyright (c) 2016, Salesforce.com, Inc.
* All rights reserved.

@@ -4,0 +4,0 @@ *

{
"name": "fuel-rest",
"version": "2.0.3",
"version": "2.0.4",
"description": "Node library for performing REST API calls to Salesforce Marketing Cloud (formerly ExactTarget).",

@@ -5,0 +5,0 @@ "main": "./lib/fuel-rest.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