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

activecampaign

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

activecampaign - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

lib/Connector.js

@@ -9,2 +9,3 @@ var http = require("http"),

url: "",
url_tracking: "https://trackcmp.net/event",
api_key: "",

@@ -45,2 +46,5 @@ output: "json",

var request_url = Connector.url;
if (action == "tracking_log") {
request_url = this.url_tracking;
}
// tracking_log is a completely different URL.

@@ -47,0 +51,0 @@ if (this.version == 1 && action != "tracking_log") {

1

lib/Tracking.js

@@ -59,3 +59,2 @@ var AC_Tracking = {

log: function(Connector, params, post_data) {
Connector.url = "https://trackcmp.net/event";
post_data.actid = this.track_actid;

@@ -62,0 +61,0 @@ post_data.key = this.track_key;

@@ -5,3 +5,3 @@ {

"author": "ActiveCampaign <help@activecampaign.com>",
"version": "1.2.3",
"version": "1.2.4",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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