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

@kentico/kontent-cli

Package Overview
Dependencies
Maintainers
8
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kentico/kontent-cli - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

lib/managementClientFactory.js

@@ -18,2 +18,3 @@ "use strict";

const dotEnv = __importStar(require("dotenv"));
const retryAbleCodes = [429, 503];
dotEnv.config();

@@ -54,3 +55,3 @@ exports.createManagementClient = (params) => {

canRetryError: (error) => {
return true;
return retryAbleCodes.includes(error.response.status);
}

@@ -57,0 +58,0 @@ }

{
"name": "@kentico/kontent-cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "Command line interface tool that can be used for generating and running Kontent migration scripts",

@@ -47,5 +47,5 @@ "main": "./lib/index.js",

"dependencies": {
"@kentico/kontent-management": "0.3.13",
"chalk": "^2.4.2",
"yargs": "^14.2.0"
"yargs": "^14.2.0",
"@kentico/kontent-management": "~0.3.17"
},

@@ -52,0 +52,0 @@ "peerDependencies": {

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