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

@slack/cli-test

Package Overview
Dependencies
Maintainers
10
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/cli-test - npm Package Compare versions

Comparing version 0.0.1-rc.1.cli.2.24.0 to 0.0.1-rc.2.cli.2.24.0

2

dist/index.d.ts
export { SlackCLI } from './cli';
export { SlackTracerId } from './utils/constants';
export { SlackTracerId, SlackProduct } from './utils/constants';
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SlackTracerId = exports.SlackCLI = void 0;
exports.SlackProduct = exports.SlackTracerId = exports.SlackCLI = void 0;
var cli_1 = require("./cli");

@@ -8,2 +8,3 @@ Object.defineProperty(exports, "SlackCLI", { enumerable: true, get: function () { return cli_1.SlackCLI; } });

Object.defineProperty(exports, "SlackTracerId", { enumerable: true, get: function () { return constants_1.SlackTracerId; } });
Object.defineProperty(exports, "SlackProduct", { enumerable: true, get: function () { return constants_1.SlackProduct; } });
// Check for cli binary path

@@ -10,0 +11,0 @@ if (!process.env.SLACK_CLI_PATH) {

@@ -33,2 +33,10 @@ /**

};
export declare const SlackProduct: {
FREE: string;
PRO: string;
BUSINESS_PLUS: string;
ENTERPRISE: string;
ENTERPRISE_SANDBOX: string;
ENTERPRISE_SELECT: string;
};
/**

@@ -35,0 +43,0 @@ * See https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 for more info on keypress encodings

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.timeouts = exports.keyboardPress = exports.SlackTracerId = void 0;
exports.timeouts = exports.keyboardPress = exports.SlackProduct = exports.SlackTracerId = void 0;
/**

@@ -36,2 +36,10 @@ * This file should be kept up to date with the source of truth in the Slack CLI repo

};
exports.SlackProduct = {
FREE: 'FREE',
PRO: 'PRO',
BUSINESS_PLUS: 'PLUS',
ENTERPRISE: 'ENTERPRISE',
ENTERPRISE_SANDBOX: 'ENTERPRISE_SANDBOX',
ENTERPRISE_SELECT: 'ENTERPRISE_SELECT',
};
/**

@@ -38,0 +46,0 @@ * See https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 for more info on keypress encodings

{
"name": "@slack/cli-test",
"version": "0.0.1-rc.1.cli.2.24.0",
"version": "0.0.1-rc.2.cli.2.24.0",
"description": "Node.js bindings for the Slack CLI for use in automated testing",

@@ -5,0 +5,0 @@ "author": "Salesforce, Inc.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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