Socket
Socket
Sign inDemoInstall

@financial-times/community-event-teaser

Package Overview
Dependencies
Maintainers
12
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/community-event-teaser - npm Package Compare versions

Comparing version 8.1.2 to 8.1.3-alpha.0

4

dist/index.dist.js

@@ -197,4 +197,4 @@ 'use strict';

function EventTopicCardItem(props) {
var title = props.title, eventUrl = props.eventUrl, location = props.location, scheduledStartTime = props.scheduledStartTime, scheduledEndTime = props.scheduledEndTime, showTimeInTimestamp = props.showTimeInTimestamp;
return (xEngine.h("div", { className: "event-teaser event-teaser--topic-card-item", "data-trackable": "event-teaser", "data-o-tracking-view": true },
var id = props.id, title = props.title, eventUrl = props.eventUrl, location = props.location, scheduledStartTime = props.scheduledStartTime, scheduledEndTime = props.scheduledEndTime, showTimeInTimestamp = props.showTimeInTimestamp;
return (xEngine.h("div", { className: "event-teaser event-teaser--topic-card-item", "data-trackable": "event-teaser", "data-trackable-context-content-id": id, "data-o-tracking-view": true },
xEngine.h("div", { className: "event-teaser__content-container" },

@@ -201,0 +201,0 @@ xEngine.h("div", { className: "event-teaser__details" },

@@ -100,4 +100,4 @@ 'use strict';

function EventTopicCardItem(props) {
var title = props.title, eventUrl = props.eventUrl, location = props.location, scheduledStartTime = props.scheduledStartTime, scheduledEndTime = props.scheduledEndTime, showTimeInTimestamp = props.showTimeInTimestamp;
return (xEngine.h("div", { className: "event-teaser event-teaser--topic-card-item", "data-trackable": "event-teaser", "data-o-tracking-view": true },
var id = props.id, title = props.title, eventUrl = props.eventUrl, location = props.location, scheduledStartTime = props.scheduledStartTime, scheduledEndTime = props.scheduledEndTime, showTimeInTimestamp = props.showTimeInTimestamp;
return (xEngine.h("div", { className: "event-teaser event-teaser--topic-card-item", "data-trackable": "event-teaser", "data-trackable-context-content-id": id, "data-o-tracking-view": true },
xEngine.h("div", { className: "event-teaser__content-container" },

@@ -104,0 +104,0 @@ xEngine.h("div", { className: "event-teaser__details" },

{
"name": "@financial-times/community-event-teaser",
"version": "8.1.2",
"version": "8.1.3-alpha.0",
"description": "UI for community events",

@@ -48,3 +48,3 @@ "main": "dist/index.js",

},
"gitHead": "a0151128be91b2ee686e3aa4bf74cb0f45db9ac8"
"gitHead": "8f58c75b948430942ee86db050eeb9e0943b1bbe"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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