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

@oclif/test

Package Overview
Dependencies
Maintainers
0
Versions
161
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.1.2 to 4.1.3

14

package.json
{
"name": "@oclif/test",
"description": "test helpers for oclif components",
"version": "4.1.2",
"version": "4.1.3",
"author": "Salesforce",

@@ -9,3 +9,3 @@ "bugs": "https://github.com/oclif/test/issues",

"ansis": "^3.3.2",
"debug": "^4.3.6"
"debug": "^4.4.0"
},

@@ -17,3 +17,3 @@ "peerDependencies": {

"@commitlint/config-conventional": "^18.6.3",
"@oclif/core": "^4.0.32",
"@oclif/core": "^4.0.34",
"@oclif/prettier-config": "^0.2.1",

@@ -27,12 +27,12 @@ "@types/chai": "^5.0.1",

"eslint": "^8.57.1",
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.12",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"mocha": "^10",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"shx": "^0.3.3",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},

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

@@ -17,3 +17,7 @@ # @oclif/test

**NOTE for jest users** - in order for these utilities to capture all output to the terminal, you must set `verbose: true` in your jest config to prevent jest from supressing any output. See https://jestjs.io/docs/configuration#verbose-boolean for more
> [!NOTE]
> In order for these utilities to capture all output to the terminal, you must disable any console output interception/suppression features in your test framework.
>
> - For Jest users, enable [the `verbose` flag](https://jestjs.io/docs/configuration#verbose-boolean) in your Jest config.
> - For Vitest users, enable [the `disableConsoleIntercept` flag](https://vitest.dev/guide/cli.html#disableconsoleintercept) in your Vitest config.

@@ -20,0 +24,0 @@ ### `captureOutput`

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