New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@financial-times/x-live-blog-wrapper

Package Overview
Dependencies
Maintainers
18
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/x-live-blog-wrapper - npm Package Compare versions

Comparing version 1.6.8 to 1.6.9

6

dist/LiveBlogWrapper.cjs.js

@@ -196,3 +196,4 @@ 'use strict';

showShareButtons = _ref.showShareButtons,
id = _ref.id;
id = _ref.id,
liveBlogWrapperElementRef = _ref.liveBlogWrapperElementRef;
posts.sort(function (a, b) {

@@ -222,3 +223,4 @@ var timestampA = a.publishedDate || a.publishedTimestamp;

className: "x-live-blog-wrapper",
"data-live-blog-wrapper-id": id
"data-live-blog-wrapper-id": id,
ref: liveBlogWrapperElementRef
}, postElements);

@@ -225,0 +227,0 @@ };

@@ -196,3 +196,4 @@ 'use strict';

showShareButtons = _ref.showShareButtons,
id = _ref.id;
id = _ref.id,
liveBlogWrapperElementRef = _ref.liveBlogWrapperElementRef;
posts.sort(function (a, b) {

@@ -222,3 +223,4 @@ var timestampA = a.publishedDate || a.publishedTimestamp;

className: "x-live-blog-wrapper",
"data-live-blog-wrapper-id": id
"data-live-blog-wrapper-id": id,
ref: liveBlogWrapperElementRef
}, postElements);

@@ -225,0 +227,0 @@ };

@@ -192,3 +192,4 @@ import { h } from '@financial-times/x-engine';

showShareButtons = _ref.showShareButtons,
id = _ref.id;
id = _ref.id,
liveBlogWrapperElementRef = _ref.liveBlogWrapperElementRef;
posts.sort(function (a, b) {

@@ -218,3 +219,4 @@ var timestampA = a.publishedDate || a.publishedTimestamp;

className: "x-live-blog-wrapper",
"data-live-blog-wrapper-id": id
"data-live-blog-wrapper-id": id,
ref: liveBlogWrapperElementRef
}, postElements);

@@ -221,0 +223,0 @@ };

{
"name": "@financial-times/x-live-blog-wrapper",
"version": "1.6.8",
"version": "1.6.9",
"description": "",

@@ -18,5 +18,5 @@ "main": "dist/LiveBlogWrapper.cjs.js",

"dependencies": {
"@financial-times/x-engine": "^1.6.8",
"@financial-times/x-live-blog-post": "^1.6.8",
"@financial-times/x-interaction": "^1.6.8"
"@financial-times/x-engine": "^1.6.9",
"@financial-times/x-live-blog-post": "^1.6.9",
"@financial-times/x-interaction": "^1.6.9"
},

@@ -23,0 +23,0 @@ "devDependencies": {

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