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 3.1.17 to 3.2.0

5

lib/index.js

@@ -21,4 +21,5 @@ "use strict";

// Update to path.dirname(url.fileURLToPath(import.meta.url)) whenever we update tsconfig target to ES2020
// eslint-disable-next-line unicorn/prefer-module
load_config_1.loadConfig.root = traverseFilePathUntil(require.main?.path ?? module.path, (p) => !p.includes('node_modules'));
/* eslint-disable unicorn/prefer-module */
load_config_1.loadConfig.root = traverseFilePathUntil(require.main?.path ?? module.path, (p) => !(p.includes('node_modules') || p.includes('.pnpm') || p.includes('.yarn')));
/* eslint-enable unicorn/prefer-module */
exports.test = fancy_test_1.fancy

@@ -25,0 +26,0 @@ .register('loadConfig', load_config_1.loadConfig)

4

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

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

"@types/node": "^18",
"commitlint": "^18.6.0",
"commitlint": "^18.6.1",
"eslint": "^8.56.0",

@@ -21,0 +21,0 @@ "eslint-config-oclif": "^5.0.0",

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