Socket
Socket
Sign inDemoInstall

cli-engine-example-plugin

Package Overview
Dependencies
156
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

4

lib/commands/cli/test.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const command_1 = require("@cli-engine/command");
const cli_ux_1 = require("cli-ux");
const cli_engine_command_1 = require("cli-engine-command");
class default_1 extends cli_engine_command_1.Command {
class default_1 extends command_1.Command {
async run() {

@@ -7,0 +7,0 @@ cli_ux_1.cli.log('ran cli:test');

{
"name": "cli-engine-example-plugin",
"version": "3.0.3",
"version": "3.0.4",
"cli-engine": {

@@ -8,8 +8,10 @@ "commands": "./lib/commands"

"dependencies": {
"cli-engine-command": "11.0.14",
"cli-engine-config": "^5.0.9",
"@cli-engine/command": "^11.0.0-beta.3",
"@cli-engine/config": "^5.0.0-beta.4",
"@cli-engine/util": "^1.0.4",
"cli-flags": "^2.0.3",
"cli-ux": "^2.0.14"
"cli-ux": "^2.0.15"
},
"devDependencies": {
"@heroku-cli/tslint": "^1.0.3",
"@types/execa": "^0.8.0",

@@ -21,8 +23,7 @@ "@types/fs-extra": "^5.0.0",

"@types/supports-color": "^3.1.0",
"del-cli": "^1.1.0",
"husky": "^0.14.3",
"jest": "^22.0.4",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2",
"ts-jest": "^22.0.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2"

@@ -38,9 +39,8 @@ },

"scripts": {
"posttest": "prettier -l 'src/**/*.ts'",
"precommit": "lint-staged",
"prepare": "del-cli lib && tsc && del-cli \"lib/**/*.test.+(d.ts|js)\"",
"posttest": "cli-engine-util",
"precommit": "cli-engine-util",
"prepare": "cli-engine-util",
"pretest": "tsc",
"release": "np",
"test": "jest"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc