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

@outgrowio/open-commerce-google-shopping-feed

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outgrowio/open-commerce-google-shopping-feed - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "@outgrowio/open-commerce-google-shopping-feed",
"description": "Google Shopping XML feed generator for Mailchimp Open Commerce",
"version": "0.1.5",
"version": "0.1.6",
"main": "index.js",

@@ -6,0 +6,0 @@ "type": "module",

@@ -160,3 +160,3 @@ import SimpleSchema from "simpl-schema";

barcode,
description: stripHtml(description).result.replace(/\\n/g, " "), // strip out potential HTML tags and replace line breaks with spaces
description: encodeURIComponent(stripHtml(description).result.replace(/\\n/g, " ")), // strip out potential HTML tags and replace line breaks with spaces, and UTF-8 encode
imageUrls: media.map((image) => image.URLs.large).filter((url) => url !== primaryImageUrl),

@@ -168,3 +168,3 @@ primaryImageUrl,

supportedFulfillmentTypes,
title,
title: encodeURIComponent(title),
url: `BASE_URL/product/${slug}`,

@@ -171,0 +171,0 @@ vendor

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