Socket
Socket
Sign inDemoInstall

@commercetools/product-json-to-xlsx

Package Overview
Dependencies
186
Maintainers
8
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 2.0.0

2

lib/cli.js
"use strict";
require("core-js/modules/es6.promise");
var _fs = _interopRequireDefault(require("fs"));

@@ -6,0 +4,0 @@

8

lib/index.js

@@ -8,3 +8,3 @@ "use strict";

enumerable: true,
get: function get() {
get: function () {
return _main.default;

@@ -15,3 +15,3 @@ }

enumerable: true,
get: function get() {
get: function () {
return _writer.writeToSingleXlsxFile;

@@ -22,3 +22,3 @@ }

enumerable: true,
get: function get() {
get: function () {
return _writer.writeToZipFile;

@@ -29,3 +29,3 @@ }

enumerable: true,
get: function get() {
get: function () {
return _productExcel.default;

@@ -32,0 +32,0 @@ }

@@ -17,3 +17,5 @@ "use strict";

const productStream = this.parse(input, output);
const headerFields = this.parserConfig.headerFields;
const {
headerFields
} = this.parserConfig;
if (headerFields) (0, _writer.writeToSingleXlsxFile)(productStream, output, this.logger, headerFields);else (0, _writer.writeToZipFile)(productStream, output, this.logger);

@@ -20,0 +22,0 @@ }

{
"name": "@commercetools/product-json-to-xlsx",
"version": "1.2.4",
"version": "2.0.0",
"description": "Convert commercetools products from JSON to XLSX",

@@ -37,8 +37,8 @@ "keywords": [

"dependencies": {
"@commercetools/get-credentials": "2.1.11",
"@commercetools/product-json-to-csv": "2.4.4",
"@commercetools/get-credentials": "3.0.0",
"@commercetools/product-json-to-csv": "3.0.0",
"common-tags": "1.8.0",
"exceljs": "1.6.3",
"exceljs": "1.7.0",
"highland": "2.13.0",
"pino": "5.9.0",
"pino": "5.10.6",
"pretty-error": "2.1.1",

@@ -53,3 +53,3 @@ "slugify": "1.3.4",

},
"gitHead": "4d5391c295c7a1b83ddf94564a8a45b3290a16ca"
"gitHead": "313ea01030d33fb6c262c9cce428d19b5008ec9f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc