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

@pnpm/core-loggers

Package Overview
Dependencies
Maintainers
2
Versions
69
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 900.0.0 to 900.1.0

lib/ignoredScriptsLogger.d.ts

1

lib/all.d.ts

@@ -6,2 +6,3 @@ export * from './contextLogger';

export * from './installCheckLogger';
export * from './ignoredScriptsLogger';
export * from './lifecycleLogger';

@@ -8,0 +9,0 @@ export * from './linkLogger';

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

__exportStar(require("./installCheckLogger"), exports);
__exportStar(require("./ignoredScriptsLogger"), exports);
__exportStar(require("./lifecycleLogger"), exports);

@@ -24,0 +25,0 @@ __exportStar(require("./linkLogger"), exports);

4

lib/index.d.ts

@@ -1,3 +0,3 @@

import { type ContextLog, type DeprecationLog, type FetchingProgressLog, type ExecutionTimeLog, type HookLog, type InstallCheckLog, type LifecycleLog, type LinkLog, type PackageImportMethodLog, type PackageManifestLog, type PeerDependencyIssuesLog, type ProgressLog, type RegistryLog, type RequestRetryLog, type RootLog, type ScopeLog, type SkippedOptionalDependencyLog, type StageLog, type StatsLog, type SummaryLog, type UpdateCheckLog } from './all';
import { type ContextLog, type DeprecationLog, type FetchingProgressLog, type ExecutionTimeLog, type HookLog, type InstallCheckLog, type IgnoredScriptsLog, type LifecycleLog, type LinkLog, type PackageImportMethodLog, type PackageManifestLog, type PeerDependencyIssuesLog, type ProgressLog, type RegistryLog, type RequestRetryLog, type RootLog, type ScopeLog, type SkippedOptionalDependencyLog, type StageLog, type StatsLog, type SummaryLog, type UpdateCheckLog } from './all';
export * from './all';
export type Log = ContextLog | DeprecationLog | FetchingProgressLog | ExecutionTimeLog | HookLog | InstallCheckLog | LifecycleLog | LinkLog | PackageManifestLog | PackageImportMethodLog | PeerDependencyIssuesLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog | UpdateCheckLog;
export type Log = ContextLog | DeprecationLog | FetchingProgressLog | ExecutionTimeLog | HookLog | InstallCheckLog | IgnoredScriptsLog | LifecycleLog | LinkLog | PackageManifestLog | PackageImportMethodLog | PeerDependencyIssuesLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog | UpdateCheckLog;
{
"name": "@pnpm/core-loggers",
"description": "Core loggers of pnpm",
"version": "900.0.0",
"version": "900.1.0",
"bugs": {

@@ -18,3 +18,3 @@ "url": "https://github.com/pnpm/pnpm/issues"

"devDependencies": {
"@pnpm/core-loggers": "900.0.0",
"@pnpm/core-loggers": "900.1.0",
"@pnpm/logger": "900.0.0"

@@ -21,0 +21,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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