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

@oclif/core

Package Overview
Dependencies
Maintainers
2
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/core - npm Package Compare versions

Comparing version 4.0.31 to 4.0.32

4

lib/config/ts-path.js

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

debug(`Skipping typescript path lookup for ${root} because it's an ESM module (NODE_ENV: ${process.env.NODE_ENV}, root plugin module type: ${rootPlugin?.moduleType})`);
if (plugin?.type === 'link')
const warningIsDisabled = process.env.OCLIF_DISABLE_LINKED_ESM_WARNING && (0, util_1.isTruthy)(process.env.OCLIF_DISABLE_LINKED_ESM_WARNING);
// Only warn if the plugin is linked AND the warning is not disabled
if (plugin?.type === 'link' && !warningIsDisabled)
(0, warn_1.memoizedWarn)(`${plugin?.name} is a linked ESM module and cannot be auto-transpiled. Existing compiled source will be used instead.`);

@@ -278,0 +280,0 @@ return orig;

{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "4.0.31",
"version": "4.0.32",
"author": "Salesforce",

@@ -59,3 +59,3 @@ "bugs": "https://github.com/oclif/core/issues",

"madge": "^6.1.0",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nyc": "^15.1.0",

@@ -62,0 +62,0 @@ "prettier": "^3.3.3",

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