New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/test

Package Overview
Dependencies
Maintainers
3
Versions
169
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

to
4.1.9

18

package.json
{
"name": "@oclif/test",
"description": "test helpers for oclif components",
"version": "4.1.8",
"version": "4.1.9",
"author": "Salesforce",
"bugs": "https://github.com/oclif/test/issues",
"dependencies": {
"ansis": "^3.9.0",
"ansis": "^3.10.0",
"debug": "^4.4.0"

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

"@commitlint/config-conventional": "^18.6.3",
"@oclif/core": "^4.2.2",
"@eslint/compat": "^1.2.5",
"@oclif/core": "^4.2.4",
"@oclif/prettier-config": "^0.2.1",

@@ -25,8 +26,7 @@ "@types/chai": "^5.0.1",

"commitlint": "^18.6.1",
"eslint": "^8.57.1",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.13",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.19.0",
"eslint-config-oclif": "^6.0.0",
"eslint-config-prettier": "^10.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.2",
"mocha": "^10",

@@ -53,3 +53,3 @@ "prettier": "^3.4.2",

"build": "shx rm -rf lib && tsc",
"lint": "eslint . --ext .ts",
"lint": "eslint",
"posttest": "yarn lint",

@@ -56,0 +56,0 @@ "prepare": "husky && yarn build",