🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign 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

to
0.1.5

2

index.js

@@ -381,3 +381,3 @@ /*

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

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

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

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