@pnpm/types
Advanced tools
Comparing version 7.5.0 to 7.6.0
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8572
0