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 0.0.20 to 0.0.21

2

dist/LiveBlogWrapper.cjs.js

@@ -175,3 +175,3 @@ 'use strict';

var index = props.posts.findIndex(function (post) {
return post.id === updated.id;
return post.id === updated.postId;
});

@@ -178,0 +178,0 @@

@@ -175,3 +175,3 @@ 'use strict';

var index = props.posts.findIndex(function (post) {
return post.id === updated.id;
return post.id === updated.postId;
});

@@ -178,0 +178,0 @@

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

var index = props.posts.findIndex(function (post) {
return post.id === updated.id;
return post.id === updated.postId;
});

@@ -174,0 +174,0 @@

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

@@ -5,0 +5,0 @@ "main": "dist/LiveBlogWrapper.cjs.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