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.1.3 to 0.1.4

4

index.js

@@ -126,2 +126,6 @@ var xmlrpc = require('xmlrpc');

iSDK.prototype.placeOrder = function (contactId, creditCardId, payPlanId, productIds, subscriptionIds, processSpecials, promocodes, callback) {
var ca = [this.apiKey, contactId, creditCardId, payPlanId, productIds || [], subscriptionIds || [], (processSpecials === true), promocodes || []];
this.methodCaller('OrderService.placeOrder', ca, callback);
};

@@ -128,0 +132,0 @@ iSDK.prototype.findProduct = function (id, rFields, callback) {

2

package.json
{
"name": "infusionsoft",
"version": "0.1.3",
"version": "0.1.4",
"description": "InfusionSoft node.js SDK",

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

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