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

@kentico/kontent-backup-manager

Package Overview
Dependencies
Maintainers
9
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kentico/kontent-backup-manager - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

2

_commonjs/package.json
{
"name": "@kentico/kontent-backup-manager",
"version": "1.15.0",
"version": "1.15.1",
"description": "This utility enables backup & restore of Kentico Kontent projects",

@@ -5,0 +5,0 @@ "preferGlobal": true,

@@ -69,3 +69,4 @@ "use strict";

// https://github.com/axios/axios/issues/1362
maxContentLength: 'Infinity'
maxContentLength: 'Infinity',
maxBodyLength: 'Infinity'
}

@@ -72,0 +73,0 @@ })

@@ -5,2 +5,9 @@ # Changelog

### [1.15.1](https://github.com/Kentico/kontent-backup-manager-js/compare/v1.15.0...v1.15.1) (2021-03-17)
### Bug Fixes
* sets maxBodyLength as infinity to enable upload of large files ([76ff94c](https://github.com/Kentico/kontent-backup-manager-js/commit/76ff94cb9d213f3524f0fca0168f691736c7cd76))
## [1.15.0](https://github.com/Kentico/kontent-backup-manager-js/compare/v1.14.0...v1.15.0) (2021-02-24)

@@ -7,0 +14,0 @@

{
"name": "@kentico/kontent-backup-manager",
"version": "1.15.0",
"version": "1.15.1",
"description": "This utility enables backup & restore of Kentico Kontent projects",

@@ -5,0 +5,0 @@ "preferGlobal": true,

@@ -27,2 +27,3 @@ [![npm version](https://badge.fury.io/js/%40kentico%2Fkontent-backup-manager.svg)](https://badge.fury.io/js/%40kentico%2Fkontent-backup-manager)

| baseUrl | Custom base URL for Management API calls. |
| enablePublish | Indicates if language variants published on the source project are also published on target. Enabled by default |
| exportFilter | Can be used to export only selected data types. Expects CSV of types. For example `contentType,language` will cause backup manager to export only content types & language data. List of data types can be found below. |

@@ -29,0 +30,0 @@

@@ -62,3 +62,4 @@ import { HttpService } from '@kentico/kontent-core';

// https://github.com/axios/axios/issues/1362
maxContentLength: 'Infinity' as any
maxContentLength: 'Infinity' as any,
maxBodyLength: 'Infinity' as any
}

@@ -65,0 +66,0 @@ })

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