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

@microsoft/bf-cli-command

Package Overview
Dependencies
Maintainers
2
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/bf-cli-command - npm Package Compare versions

Comparing version 4.5.2 to 4.5.3

1

lib/command.d.ts
import { Command as Base } from '@oclif/command';
export { CLIError } from '@oclif/errors';
export { flags } from '@oclif/command';
export declare abstract class Command extends Base {

@@ -4,0 +5,0 @@ base: string;

@@ -11,2 +11,4 @@ "use strict";

exports.CLIError = errors_2.CLIError;
var command_2 = require("@oclif/command");
exports.flags = command_2.flags;
class Command extends command_1.Command {

@@ -13,0 +15,0 @@ constructor() {

4

lib/index.d.ts

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

import { CLIError, Command } from './command';
export { CLIError, Command };
import { CLIError, Command, flags } from './command';
export { CLIError, Command, flags };
export default Command;

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

exports.Command = command_1.Command;
exports.flags = command_1.flags;
exports.default = command_1.Command;
{
"name": "@microsoft/bf-cli-command",
"description": "base class for Microsoft Bot Framework CLI commands",
"version": "4.5.2",
"version": "4.5.3",
"author": "Microsoft",

@@ -36,2 +36,3 @@ "bugs": "https://github.com/microsoft/botframework-cli",

"proxyquire": "^2.1.0",
"rimraf": "^2.6.3",
"sinon": "^7.3.2",

@@ -54,5 +55,5 @@ "testdouble": "^3.11.0",

"scripts": {
"build": "rm -rf lib && tsc",
"build": "npm install && rimraf lib && tsc -b",
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepublishOnly": "rm -rf lib && tsc -b",
"prepublishOnly": "rimraf lib && tsc -b",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""

@@ -59,0 +60,0 @@ },

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