Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storefront-x/blog-magento

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storefront-x/blog-magento - npm Package Compare versions

Comparing version 0.2.8 to 1.0.0

cypress/support/repositories/GetRandomBlogCategory.js

6

mappers/ToBlogPost.ts

@@ -14,4 +14,6 @@ import toDate from '#ioc/utils/date/toDate'

listThumbnail: useOriginalImage(data.list_thumbnail ?? ''),
metaTitle: data.meta_title ?? '',
metaDescription: data.meta_description ?? '',
meta: {
title: data.meta_title ?? '',
description: data.meta_description ?? '',
},
})

@@ -18,0 +20,0 @@

{
"name": "@storefront-x/blog-magento",
"version": "0.2.8",
"version": "1.0.0",
"license": "MIT",

@@ -9,3 +9,3 @@ "type": "module",

},
"gitHead": "4e2175b6ab529a9d218bea0c81186e2d7601a1b9"
"gitHead": "3f8f5602e6761df837b6387d4d3a105fd3465509"
}

@@ -27,3 +27,3 @@ import BlogPosts from '#ioc/graphql/queries/BlogPosts'

return {
blogPosts: amBlogPosts.items.map(ToBlogPost),
blogPosts: amBlogPosts?.items?.map(ToBlogPost) || [],
blogPostsSize: amBlogPosts.all_post_size,

@@ -30,0 +30,0 @@ }

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