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

2

dist/sfmc/api/Folder.js

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

results,
initialCategory: [rootFolder] || [],
initialCategory: (rootFolder && [rootFolder]) || [],
stop: true,

@@ -195,0 +195,0 @@ };

@@ -229,3 +229,3 @@ import { SFMC_SOAP_Folder } from '../types/objects/sfmc_soap_folders';

results,
initialCategory: [rootFolder] || [],
initialCategory: (rootFolder && [rootFolder]) || [],
stop: true,

@@ -232,0 +232,0 @@ };

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