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.4 to 0.1.5

4

index.js

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

};
iSDK.prototype.createInvoiceForRecurring = function (recurringOrderId, callback) {
var ca = [this.apiKey, recurringOrderId];
this.methodCaller('InvoiceService.createInvoiceForRecurring', ca, callback);
};

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

2

package.json
{
"name": "infusionsoft",
"version": "0.1.4",
"version": "0.1.5",
"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