Socket
Socket
Sign inDemoInstall

pnpm-logger

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pnpm-logger - npm Package Compare versions

Comparing version 0.5.5 to 0.6.0

11

lib/index.d.ts

@@ -29,8 +29,9 @@ import streamParser, { createStreamParser } from './streamParser';

pkgId: string;
status: 'fetching';
progress?: {
done: number;
total: number;
};
status: 'fetching_started';
size: number | null;
} | {
pkgId: string;
status: 'fetching_progress';
downloaded: number;
} | {
status: 'downloaded_manifest';

@@ -37,0 +38,0 @@ pkgId: string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Log } from '.';

@@ -0,0 +0,0 @@ "use strict";

export default function (): void;

@@ -0,0 +0,0 @@ "use strict";

{
"name": "pnpm-logger",
"version": "0.5.5",
"version": "0.6.0",
"description": "Logger for pnpm",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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