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.7-next.0 to 4.27.7

8

dist/index.d.ts

@@ -1,9 +0,3 @@

declare function _default({ products, collections, context, options, log }: {
products: any;
collections: any;
context: any;
options: any;
log: any;
}): Promise<void>;
declare function _default(input: any): Promise<any>;
export default _default;
//# sourceMappingURL=index.d.ts.map

8

dist/index.js

@@ -79,4 +79,5 @@ "use strict";

};
exports.default = async ({ products, collections, context, options, log }) => {
exports.default = async (input) => {
try {
const { products, collections, context, options, log } = input;
const feedItems = getProducts({ products, collections, options })

@@ -91,6 +92,9 @@ .filter(filterDraft)

catch (error) {
log.error(error);
const version = process.env
.npm_package_devDependencies__backpackjs_transform_product_feed;
input.log.error(JSON.stringify({ error: error.message, version }));
// don't throw to continue build
}
return input;
};
//# sourceMappingURL=index.js.map
{
"name": "@backpackjs/transform-product-feed",
"version": "4.27.7-next.0",
"version": "4.27.7",
"license": "MIT",

@@ -23,5 +23,6 @@ "author": "BackpackJS <dev@packdigial.com> (http://packdigital.com/)",

"fbcatalog": "^0.1.2",
"fs-extra": "^10.0.0"
"fs-extra": "^10.0.0",
"pkginfo": "^0.4.1"
},
"gitHead": "2bf8f079ad86ed05ea51232c3cd8decfed3ac61d"
"gitHead": "790326fa189d7c0e8f3c089aac7e0604cf538525"
}

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