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

@pnpm/core-loggers

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/core-loggers - npm Package Compare versions

Comparing version 4.1.2 to 4.2.0

lib/contextLogger.d.ts

7

CHANGELOG.md
# @pnpm/core-loggers
## 4.2.0
### Minor Changes
- 9a908bc07: Use `contextLogger` to log `virtualStoreDir`, `storeDir`, and `currentLockfileExists`.
- 9a908bc07: Add packageImportMethod logger.
## 4.1.2

@@ -4,0 +11,0 @@

2

lib/all.d.ts

@@ -0,1 +1,2 @@

export * from './contextLogger';
export * from './deprecationLogger';

@@ -9,2 +10,3 @@ export * from './fetchingProgressLogger';

export * from './packageManifestLogger';
export * from './packageImportMethodLogger';
export * from './progressLogger';

@@ -11,0 +13,0 @@ export * from './registryLogger';

@@ -13,2 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./contextLogger"), exports);
__exportStar(require("./deprecationLogger"), exports);

@@ -22,2 +23,3 @@ __exportStar(require("./fetchingProgressLogger"), exports);

__exportStar(require("./packageManifestLogger"), exports);
__exportStar(require("./packageImportMethodLogger"), exports);
__exportStar(require("./progressLogger"), exports);

@@ -24,0 +26,0 @@ __exportStar(require("./registryLogger"), exports);

4

lib/index.d.ts
export * from './all';
import { DeprecationLog, FetchingProgressLog, HookLog, ImportingLog, InstallCheckLog, LifecycleLog, LinkLog, PackageManifestLog, ProgressLog, RegistryLog, RequestRetryLog, RootLog, ScopeLog, SkippedOptionalDependencyLog, StageLog, StatsLog, SummaryLog } from './all';
export declare type Log = DeprecationLog | FetchingProgressLog | HookLog | ImportingLog | InstallCheckLog | LifecycleLog | LinkLog | PackageManifestLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog;
import { ContextLog, DeprecationLog, FetchingProgressLog, HookLog, ImportingLog, InstallCheckLog, LifecycleLog, LinkLog, PackageImportMethodLog, PackageManifestLog, ProgressLog, RegistryLog, RequestRetryLog, RootLog, ScopeLog, SkippedOptionalDependencyLog, StageLog, StatsLog, SummaryLog } from './all';
export declare type Log = ContextLog | DeprecationLog | FetchingProgressLog | HookLog | ImportingLog | InstallCheckLog | LifecycleLog | LinkLog | PackageManifestLog | PackageImportMethodLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog;
{
"name": "@pnpm/core-loggers",
"description": "Core loggers of pnpm",
"version": "4.1.2",
"version": "4.2.0",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",

@@ -6,0 +6,0 @@ "bugs": {

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