Socket
Socket
Sign inDemoInstall

clipanion

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipanion - npm Package Compare versions

Comparing version 2.0.0-rc.12 to 2.0.0-rc.13

1

lib/advanced/Cli.js

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

const command = new commandClass();
command.path = state.path;
const { transformers } = commandClass.getMeta(commandClass.prototype);

@@ -52,0 +53,0 @@ for (const transformer of transformers)

@@ -99,2 +99,6 @@ import { CommandBuilder, RunState } from '../core';

context: Context;
/**
* The path that got used to access the command being executed.
*/
path: string[];
}

5

lib/advanced/index.d.ts

@@ -1,2 +0,3 @@

export * from './Cli';
export * from './Command';
export { BaseContext, Cli } from './Cli';
export { CommandClass, Command, Usage } from './Command';
export { UsageError } from '../errors';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./Cli"));
__export(require("./Command"));
var Cli_1 = require("./Cli");
exports.Cli = Cli_1.Cli;
var Command_1 = require("./Command");
exports.Command = Command_1.Command;
var errors_1 = require("../errors");
exports.UsageError = errors_1.UsageError;
{
"name": "clipanion",
"version": "2.0.0-rc.12",
"version": "2.0.0-rc.13",
"main": "lib/advanced",

@@ -5,0 +5,0 @@ "license": "MIT",

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