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

@oclif/test

Package Overview
Dependencies
Maintainers
3
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/test - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

7

lib/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.runHook = exports.runCommand = exports.captureOutput = void 0;
exports.captureOutput = captureOutput;
exports.runCommand = runCommand;
exports.runHook = runHook;
const core_1 = require("@oclif/core");

@@ -111,3 +113,2 @@ const ansis_1 = __importDefault(require("ansis"));

}
exports.captureOutput = captureOutput;
/**

@@ -135,3 +136,2 @@ * Capture the stderr and stdout output of a command in your CLI

}
exports.runCommand = runCommand;
/**

@@ -159,2 +159,1 @@ * Capture the stderr and stdout output of a hook in your CLI

}
exports.runHook = runHook;
{
"name": "@oclif/test",
"description": "test helpers for oclif components",
"version": "4.0.4",
"version": "4.0.5",
"author": "Salesforce",
"bugs": "https://github.com/oclif/test/issues",
"dependencies": {
"ansis": "^3.2.0",
"ansis": "^3.3.1",
"debug": "^4.3.5"

@@ -16,3 +16,3 @@ },

"@commitlint/config-conventional": "^18.6.3",
"@oclif/core": "^4.0.3",
"@oclif/core": "^4.0.12",
"@oclif/prettier-config": "^0.2.1",

@@ -27,11 +27,11 @@ "@types/chai": "^4.3.16",

"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.7",
"eslint-config-oclif-typescript": "^3.1.8",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.3",
"lint-staged": "^15.2.5",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"mocha": "^10",
"prettier": "^3.3.1",
"prettier": "^3.3.3",
"shx": "^0.3.3",
"tsx": "^4.14.1",
"typescript": "^5.4.5"
"tsx": "^4.16.2",
"typescript": "^5.5.3"
},

@@ -38,0 +38,0 @@ "engines": {

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