Socket
Socket
Sign inDemoInstall

@heartlandone/banner-ui

Package Overview
Dependencies
Maintainers
8
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heartlandone/banner-ui - npm Package Compare versions

Comparing version 0.1.36 to 0.1.37

4

dist/collection/components/my-account-campaign/my-account-campaign.js

@@ -32,3 +32,3 @@ import { h, Host } from '@stencil/core';

this.didLoadCampaigns = async () => {
Promise.all(this.campaignItems.map(async (campaign) => {
void Promise.all(this.campaignItems.map(async (campaign) => {
await sendAudienceActivity(campaign, AudienceActivityAction.LOAD, this.accessToken, this.env);

@@ -83,3 +83,3 @@ }));

onVegaLoad: () => {
this.didLoadCampaigns();
void this.didLoadCampaigns();
},

@@ -86,0 +86,0 @@ // eslint-disable-next-line react/jsx-no-bind

@@ -34,3 +34,3 @@ import { h, Host } from '@stencil/core';

this.didLoadNotifications = async () => {
Promise.all(this.notificationItems.map(async (notification) => {
void Promise.all(this.notificationItems.map(async (notification) => {
await sendAudienceActivity(notification, AudienceActivityAction.LOAD, this.accessToken, this.env);

@@ -100,3 +100,3 @@ }));

onVegaLoad: () => {
this.didLoadNotifications();
void this.didLoadNotifications();
},

@@ -103,0 +103,0 @@ // eslint-disable-next-line react/jsx-no-bind

@@ -42,3 +42,3 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';

this.didLoadCampaigns = async () => {
Promise.all(this.campaignItems.map(async (campaign) => {
void Promise.all(this.campaignItems.map(async (campaign) => {
await sendAudienceActivity(campaign, AudienceActivityAction.LOAD, this.accessToken, this.env);

@@ -93,3 +93,3 @@ }));

onVegaLoad: () => {
this.didLoadCampaigns();
void this.didLoadCampaigns();
},

@@ -96,0 +96,0 @@ // eslint-disable-next-line react/jsx-no-bind

@@ -44,3 +44,3 @@ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';

this.didLoadNotifications = async () => {
Promise.all(this.notificationItems.map(async (notification) => {
void Promise.all(this.notificationItems.map(async (notification) => {
await sendAudienceActivity(notification, AudienceActivityAction.LOAD, this.accessToken, this.env);

@@ -110,3 +110,3 @@ }));

onVegaLoad: () => {
this.didLoadNotifications();
void this.didLoadNotifications();
},

@@ -113,0 +113,0 @@ // eslint-disable-next-line react/jsx-no-bind

{
"name": "@heartlandone/banner-ui",
"version": "0.1.36",
"version": "0.1.37",
"description": "My Account Banner Components",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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