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

4

lib/Connector.js

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

try {
JSON.parse(body);
var result = JSON.parse(body);
} catch (e) {

@@ -169,3 +169,3 @@ apiWhitelist.forEach(function(value) {

}
var result = JSON.parse(body);
if (!error && response.statusCode == 200) {

@@ -172,0 +172,0 @@ if (typeof result.result_code != "undefined") {

@@ -6,3 +6,3 @@ var AC_Contact = {

whitelist: ["add", "delete_list", "delete", "edit", "list", "paginator", "sync", "view", "tag_add", "tag_remove"],
whitelist: ["add", "delete_list", "delete", "edit", "list", "paginator", "sync", "view", "tag_add", "tag_remove", "note_add"],

@@ -9,0 +9,0 @@ view: function(Connector, params, post_data) {

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

"author": "ActiveCampaign <help@activecampaign.com>",
"version": "1.2.4",
"version": "1.2.5",
"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