Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

activecampaign-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

activecampaign-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "activecampaign-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node.js client for ActiveCampaign API",

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

@@ -75,3 +75,3 @@

if (this.config.debug) {
console.log('Making request to ActiveCampaign', requestOptions);
console.log('Making request to ActiveCampaign', __debugValues(requestOptions));
}

@@ -82,3 +82,3 @@ return request(requestOptions)

if (this.config.debug) {
console.log('Got response from ActiveCampaign', result);
console.log('Got response from ActiveCampaign', __debugValues(result));
}

@@ -93,1 +93,10 @@ return result;

module.exports = ApiClient;
function __debugValues () {
let value = arguments;
if (1 == arguments.length) {
value = arguments[0];
}
return json.stringify(value, null, 4);
}
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