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

@commercelayer/cli-plugin-exports

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-plugin-exports - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

5

lib/commands/exports/all.js

@@ -218,6 +218,7 @@ "use strict";

// 25000 --> 1: 10000, 2: 10000, 3: 5000, 4: x
const pageSize = 1; // clConfig.api.page_max_size
const curExpRecords = Math.min(MAX_EXPORT_SIZE, expJob.totalRecords - (MAX_EXPORT_SIZE * curExp));
const curExpPages = Math.ceil(curExpRecords / cli_core_1.clConfig.api.page_max_size);
const curExpPages = Math.ceil(curExpRecords / pageSize);
expPage += curExpPages;
const curExpLastPage = await resSdk.list({ filters: expJob.filter, pageSize: cli_core_1.clConfig.api.page_max_size, pageNumber: expPage, sort: { id: 'asc' } });
const curExpLastPage = await resSdk.list({ filters: expJob.filter, pageSize, pageNumber: expPage, sort: { id: 'asc' } });
stopId = curExpLastPage.last()?.id;

@@ -224,0 +225,0 @@ if (startId)

2

oclif.manifest.json
{
"version": "2.1.9",
"version": "2.1.10",
"commands": {

@@ -4,0 +4,0 @@ "exports:all": {

{
"name": "@commercelayer/cli-plugin-exports",
"description": "Commerce Layer CLI Exports plugin",
"version": "2.1.9",
"version": "2.1.10",
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",

@@ -50,8 +50,8 @@ "bugs": "https://github.com/commercelayer/commercelayer-cli-plugin-exports/issues",

"@oclif/test": "^2.5.6",
"@types/chai": "^4.3.7",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/node-notifier": "^8.0.3",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.8",
"@types/node-notifier": "^8.0.4",
"chai": "^4.3.10",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"mocha": "^10.2.0",

@@ -63,4 +63,4 @@ "nyc": "^15.1.0",

"dependencies": {
"@commercelayer/cli-core": "^3.12.1",
"@commercelayer/sdk": "^5.16.0",
"@commercelayer/cli-core": "^4.1.2",
"@commercelayer/sdk": "^5.19.0",
"@oclif/core": "^2.15.0",

@@ -67,0 +67,0 @@ "axios": "^1.5.1",

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