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.0.11 to 1.0.12

1

dist/cli/utils/BuildSoapFolderObjects.js

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

const buildFolderPathsSoap = (folderResponse) => __awaiter(void 0, void 0, void 0, function* () {
console.log('in build', folderResponse);
const simplifiedFolders = yield simplifiedFolderResponse(folderResponse);

@@ -18,0 +17,0 @@ const parentFolders = ['Content Builder', 'my automations', 'Data Extensions', 'Query', 'Scripts'];

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

if (rootFolderRequest.Results[0].ID === request.categoryId) {
console.log('return matched root');
return {

@@ -160,0 +159,0 @@ results,

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

if(rootFolderRequest.Results[0].ID === request.categoryId){
console.log('return matched root')
return {

@@ -191,0 +190,0 @@ results,

2

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