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

@kentico/kontent-cli

Package Overview
Dependencies
Maintainers
12
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.5.0 to 0.5.1

2

lib/cmds/migration/run.js

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

const runAll = argv.all;
const runRange = exports.getRange(argv.range);
const runRange = argv.range && exports.getRange(argv.range);
const debugMode = argv.debug;

@@ -123,0 +123,0 @@ const continueOnError = argv.continueOnError;

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

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

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