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.1 to 1.2.2

2

dist/sfmc/api/Automation.js

@@ -235,3 +235,3 @@ "use strict";

const activityDefinitionId = stepActivity.filterDefinitionId;
const filterDefinition = yield this.client.rest.get(`/automation/v1/filterdefinitions/${activityDefinitionId}`);
const filterDefinition = yield this.client.rest.get(`/email/v1/filters/filterdefinition/${activityDefinitionId}`);
if (filterDefinition)

@@ -238,0 +238,0 @@ stepActivity.filterDefinition =

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

await this.client.rest.get(
`/automation/v1/filterdefinitions/${activityDefinitionId}`
`/email/v1/filters/filterdefinition/${activityDefinitionId}`
);

@@ -257,0 +257,0 @@

{
"name": "@basetime/bldr-sfmc-sdk",
"version": "1.2.1",
"version": "1.2.2",
"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