Socket
Socket
Sign inDemoInstall

@backpackjs/transform-product-feed

Package Overview
Dependencies
Maintainers
27
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backpackjs/transform-product-feed - npm Package Compare versions

Comparing version 4.27.3-canary.729.6906248.0 to 4.27.3-canary.729.0d7af66.0

5

dist/index.js

@@ -30,3 +30,6 @@ "use strict";

.map(productByHandle);
return feedCollectionProducts || products;
if (feedCollectionProducts.filter(Boolean).length === 0) {
return products;
}
return feedCollectionProducts;
};

@@ -33,0 +36,0 @@ const getFeedItems = (product) => {

4

package.json
{
"name": "@backpackjs/transform-product-feed",
"version": "4.27.3-canary.729.6906248.0",
"version": "4.27.3-canary.729.0d7af66.0",
"license": "MIT",

@@ -25,3 +25,3 @@ "author": "BackpackJS <dev@packdigial.com> (http://packdigital.com/)",

},
"gitHead": "69062484bd3bffbe8abe5812a28c9c853a6f8b47"
"gitHead": "0d7af66042437a8e45bfe3ddf4e05bc6a6abbd73"
}

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