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

@pnpm/types

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/types - npm Package Compare versions

Comparing version 7.5.0 to 7.6.0

4

lib/options.d.ts

@@ -14,4 +14,4 @@ import { DependenciesField } from './misc';

export interface ReadPackageHook {
(pkg: PackageManifest, dir?: string): PackageManifest;
(pkg: ProjectManifest, dir?: string): ProjectManifest;
(pkg: PackageManifest, dir?: string): PackageManifest | Promise<PackageManifest>;
(pkg: ProjectManifest, dir?: string): ProjectManifest | Promise<ProjectManifest>;
}
{
"name": "@pnpm/types",
"version": "7.5.0",
"version": "7.6.0",
"description": "Basic types used by pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"engines": {

@@ -8,0 +8,0 @@ "node": ">=12.17"

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