New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

infusionsoft

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infusionsoft - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

test/data/achieveGoal_call.xml

5

index.js

@@ -197,2 +197,7 @@ var xmlrpc = require('xmlrpc');

iSDK.prototype.fsGoal = function(integration, name, contactId, callback){
var ca = [this.apiKey, integration, name, contactId];
this.methodCaller('FunnelService.achieveGoal', ca, callback);
}
iSDK.types = types;

2

package.json
{
"name": "infusionsoft",
"version": "0.3.3",
"version": "0.3.4",
"description": "InfusionSoft node.js SDK",

@@ -5,0 +5,0 @@ "contributors": [{ "name": "Patrick Lodder", "email": "plodder@intellibiz.org" }],

@@ -79,2 +79,7 @@ infusionsoft

**FunnelService.achieveGoal**: ```client.fsGoal(integration, callName, contactId, callback)```
**InvoiceService.addManualPayment**: ```client.addManualPayment(invoiceId, amount, paymentDate, paymentType, paymentDescription, bypassCommissions, callback)```

@@ -81,0 +86,0 @@

@@ -216,2 +216,8 @@ var vows = require('vows');

"must match xml": assertXml('mergeCon_call')
},
"achieveGoal": {
topic: function(isdk){
isdk.fsGoal('intname', 'callname', 1, this.callback);
},
"must match xml": assertXml('achieveGoal_call')
}

@@ -218,0 +224,0 @@ }

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