New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@artus-cli/plugin-version

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artus-cli/plugin-version - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+3
-3
dist/index.js

@@ -16,5 +16,5 @@ "use strict";

// intercept root command and show version
this.program.useInCommand(rootCommand, async (ctx, next) => {
const { args } = ctx;
if (args.version) {
this.program.use(async (ctx, next) => {
const { args, fuzzyMatched } = ctx;
if (fuzzyMatched === rootCommand && args.version) {
return console.info(this.program.version);

@@ -21,0 +21,0 @@ }

{
"name": "@artus-cli/plugin-version",
"version": "1.0.1",
"version": "1.0.2",
"description": "version plugin for artus cli",

@@ -5,0 +5,0 @@ "homepage": "",