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

@basetime/bldr-sfmc-sdk

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basetime/bldr-sfmc-sdk - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5-beta.0

21

dist/sfmc/api/Automation.js

@@ -198,2 +198,3 @@ "use strict";

const activity = steps.activities[sa];
console.log('check step', steps.activities[sa]);
const assetType = (0, automationActivities_1.MappingByActivityTypeId)(activity.objectTypeId);

@@ -214,6 +215,3 @@ if (assetType) {

if (stepActivity && !stepActivity.CustomerKey) {
stepActivity = {
[objectIdKey]: activityObjectId,
hasBeenDeleted: true,
};
stepActivity = Object.assign(Object.assign({}, steps.activities[sa]), { [objectIdKey]: activityObjectId, hasBeenDeleted: true });
}

@@ -232,13 +230,7 @@ }

else {
stepActivity.filterDefinition = {
filterDefinitionId: activityDefinitionId,
hasBeenDeleted: true,
};
stepActivity.filterDefinition = Object.assign(Object.assign({}, steps.activities[sa]), { filterDefinitionId: activityDefinitionId, hasBeenDeleted: true });
}
}
else {
stepActivity = {
[objectIdKey]: activityObjectId,
hasBeenDeleted: true,
};
stepActivity = Object.assign(Object.assign({}, steps.activities[sa]), { [objectIdKey]: activityObjectId, hasBeenDeleted: true });
}

@@ -255,6 +247,3 @@ }

].includes(key))) {
stepActivity = {
[objectIdKey]: activityObjectId,
hasBeenDeleted: true,
};
stepActivity = Object.assign(Object.assign({}, steps.activities[sa]), { [objectIdKey]: activityObjectId, hasBeenDeleted: true });
}

@@ -261,0 +250,0 @@ }

@@ -196,2 +196,3 @@ import { Client } from '../types/sfmc_client';

console.log('check step', steps.activities[sa]);
const assetType = MappingByActivityTypeId(

@@ -222,2 +223,3 @@ activity.objectTypeId

stepActivity = {
...steps.activities[sa],
[objectIdKey]: activityObjectId,

@@ -248,2 +250,3 @@ hasBeenDeleted: true,

stepActivity.filterDefinition = {
...steps.activities[sa],
filterDefinitionId:

@@ -256,2 +259,3 @@ activityDefinitionId,

stepActivity = {
...steps.activities[sa],
[objectIdKey]: activityObjectId,

@@ -280,2 +284,3 @@ hasBeenDeleted: true,

stepActivity = {
...steps.activities[sa],
[objectIdKey]: activityObjectId,

@@ -282,0 +287,0 @@ hasBeenDeleted: true,

{
"name": "@basetime/bldr-sfmc-sdk",
"version": "1.2.4",
"version": "1.2.5-beta.0",
"description": "SDK for BLDR SFMC Core Functionality",

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

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