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

@commercetools/product-json-to-csv

Package Overview
Dependencies
Maintainers
9
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools/product-json-to-csv - npm Package Compare versions

Comparing version 1.0.9 to 2.0.0

7

lib/map-product-data.js

@@ -124,9 +124,6 @@ 'use strict';

const url = image.url,
dimensions = image.dimensions,
label = image.label;
let imageString = `${url}|${dimensions.w}|${dimensions.h}`;
imageString += label ? `|${label}` : '';
return imageString;
}).join(';');
return label ? `${url}|${label}` : url;
}).join(this.multiValDel);

@@ -133,0 +130,0 @@ const id = value.id,

{
"name": "@commercetools/product-json-to-csv",
"version": "1.0.9",
"version": "2.0.0",
"description": "Convert commercetools products from JSON to CSV",

@@ -5,0 +5,0 @@ "keywords": [

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