Socket
Socket
Sign inDemoInstall

goods-exporter

Package Overview
Dependencies
83
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.5.3

15

dist/bundle.d.ts

@@ -91,2 +91,8 @@ import { Stream, Writable } from 'stream';

/**
* **Вендор в магазине**
*
* Содержит номер вендора, а не ее название.
*/
vendorId?: number;
/**
* **Категория в магазине**

@@ -626,2 +632,8 @@ *

declare class SimpleJSONFormatter implements FormatterAbstract {
formatterName: string;
fileExtension: Extension;
format(products: Product[], categories?: Category[], brands?: Brand[], _?: FormatterOptions): Promise<Stream>;
}
declare class TgShopFormatter implements FormatterAbstract {

@@ -645,3 +657,3 @@ formatterName: string;

private getCategories;
private getOffers;
private getOffer;
}

@@ -657,2 +669,3 @@

JSONFormatter: typeof JSONFormatter;
SimpleJSONFormatter: typeof SimpleJSONFormatter;
};

@@ -659,0 +672,0 @@

2

package.json

@@ -14,3 +14,3 @@ {

"name": "goods-exporter",
"version": "0.5.2",
"version": "0.5.3",
"description": "A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease. Supports streams.",

@@ -17,0 +17,0 @@ "main": "./dist/cjs/index.cjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc