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.1.3 to 1.1.4

1

dist/cli/index.d.ts

@@ -8,3 +8,2 @@ import { CLI_Client } from './types/cli_client';

export declare class CLI implements CLI_Client {
_helpers: any;
contentBuilder: any;

@@ -11,0 +10,0 @@ automationStudio: any;

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

const emailStudio_1 = require("./emailStudio");
const helpers_1 = require("./helpers");
/**

@@ -16,3 +15,2 @@ * Creates an instance of BLDR SDK.

constructor(sfmc) {
this._helpers = new helpers_1.Helpers();
this.contentBuilder = new contentBuilder_1.ContentBuilder(sfmc);

@@ -19,0 +17,0 @@ this.automationStudio = new automationStudio_1.AutomationStudio(sfmc, this.contentBuilder);

export interface CLI_Client {
_helpers: {
formatPromiseAllResponse: Function;
};
contentBuilder: {

@@ -6,0 +3,0 @@ searchFolders: Function;

import { AutomationStudio } from './automationStudio';
import { ContentBuilder } from './contentBuilder';
import { EmailStudio } from './emailStudio';
import { Helpers } from './helpers';
import { CLI_Client } from './types/cli_client';

@@ -13,3 +12,2 @@

export class CLI implements CLI_Client {
_helpers: any;
contentBuilder: any;

@@ -20,3 +18,2 @@ automationStudio: any;

constructor(sfmc: any) {
this._helpers = new Helpers();
this.contentBuilder = new ContentBuilder(sfmc);

@@ -23,0 +20,0 @@ this.automationStudio = new AutomationStudio(sfmc, this.contentBuilder);

export interface CLI_Client {
_helpers: {
formatPromiseAllResponse: Function;
};
contentBuilder: {

@@ -6,0 +3,0 @@ searchFolders: Function;

2

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