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-beta.0 to 1.2.4

8

dist/sfmc/api/Automation.js

@@ -229,2 +229,8 @@ "use strict";

}
else {
stepActivity.filterDefinition = {
filterDefinitionId: activityDefinitionId,
hasBeenDeleted: true,
};
}
}

@@ -286,3 +292,3 @@ else {

catch (err) {
console.log(err);
return null;
}

@@ -289,0 +295,0 @@ });

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

filterDefinition;
} else {
stepActivity.filterDefinition = {
filterDefinitionId:
activityDefinitionId,
hasBeenDeleted: true,
};
}

@@ -312,3 +318,3 @@ } else {

} catch (err) {
console.log(err);
return null;
}

@@ -315,0 +321,0 @@ }

2

package.json
{
"name": "@basetime/bldr-sfmc-sdk",
"version": "1.2.4-beta.0",
"version": "1.2.4",
"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