🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

marketo-simple-rest-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marketo-simple-rest-api - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+2
-1
index.js
/*
Author: Joe Choi <joechoi910@gmail.com>
*/
'use strict';

@@ -380,3 +381,3 @@ var _ = require('underscore'),

else{
callback({'success':false, 'error':'Marketo Add & Edit Lead API failed with error: ' + JSON.stringify(error)});
callback({'success':false, 'error':'Marketo Add & Edit Lead API failed with error: ' + JSON.stringify(error) + ' response: ' + JSON.stringify(response) + ' body: ' + JSON.stringify(body)});
}

@@ -383,0 +384,0 @@ });

{
"name": "marketo-simple-rest-api",
"version": "0.1.3",
"version": "0.1.4",
"description": "NodeJs interface for Marketo REST API. Syncs leads and sends email campaigns via Marketo platform.",

@@ -5,0 +5,0 @@ "main": "index.js",