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

@pnpm/pnpmfile

Package Overview
Dependencies
Maintainers
2
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/pnpmfile - npm Package Compare versions

Comparing version 5.0.9 to 5.0.10

6

lib/requireHooks.d.ts

@@ -5,3 +5,3 @@ import type { PreResolutionHook } from '@pnpm/hooks.types';

import type { CustomFetchers } from '@pnpm/fetcher-base';
import { type ImportIndexedPackage } from '@pnpm/store-controller-types';
import { type ImportIndexedPackageAsync } from '@pnpm/store-controller-types';
interface HookContext {

@@ -15,3 +15,3 @@ log: (message: string) => void;

filterLog?: (log: Log) => boolean;
importPackage?: ImportIndexedPackage;
importPackage?: ImportIndexedPackageAsync;
fetchers?: CustomFetchers;

@@ -25,3 +25,3 @@ }

filterLog?: Array<Cook<Required<Hooks>['filterLog']>>;
importPackage?: ImportIndexedPackage;
importPackage?: ImportIndexedPackageAsync;
fetchers?: CustomFetchers;

@@ -28,0 +28,0 @@ }

{
"name": "@pnpm/pnpmfile",
"version": "5.0.9",
"version": "5.0.10",
"description": "Reading a .pnpmfile.cjs",

@@ -25,4 +25,4 @@ "main": "lib/index.js",

"devDependencies": {
"@pnpm/fetcher-base": "14.0.2",
"@pnpm/pnpmfile": "5.0.9"
"@pnpm/fetcher-base": "15.0.0",
"@pnpm/pnpmfile": "5.0.10"
},

@@ -36,3 +36,3 @@ "dependencies": {

"@pnpm/lockfile-types": "5.1.1",
"@pnpm/store-controller-types": "15.0.2",
"@pnpm/store-controller-types": "16.0.0",
"@pnpm/types": "9.2.0"

@@ -39,0 +39,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