@pnpm/list
Advanced tools
Comparing version 8.0.4 to 8.0.5
@@ -12,3 +12,3 @@ import { PackageNode } from 'dependencies-hierarchy'; | ||
export declare function renderTree(packages: PackageDependencyHierarchy[], opts: RenderTreeOptions): Promise<string>; | ||
declare type GetPkgColor = (node: PackageNode) => (s: string) => string; | ||
type GetPkgColor = (node: PackageNode) => (s: string) => string; | ||
export declare function toArchyTree(getPkgColor: GetPkgColor, entryNodes: PackageNode[], opts: { | ||
@@ -15,0 +15,0 @@ long: boolean; |
import { DependenciesHierarchy } from 'dependencies-hierarchy'; | ||
export declare type PackageDependencyHierarchy = DependenciesHierarchy & { | ||
export type PackageDependencyHierarchy = DependenciesHierarchy & { | ||
name?: string; | ||
@@ -4,0 +4,0 @@ version?: string; |
{ | ||
"name": "@pnpm/list", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"description": "List installed packages in a symlinked `node_modules`", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/list", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/reviewing/list", | ||
"keywords": [ | ||
@@ -26,5 +26,5 @@ "pnpm7", | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/list#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/reviewing/list#readme", | ||
"dependencies": { | ||
"@pnpm/matcher": "4.0.0", | ||
"@pnpm/matcher": "4.0.1", | ||
"@pnpm/npm-package-arg": "^1.0.0", | ||
@@ -43,3 +43,4 @@ "@pnpm/read-package-json": "7.0.2", | ||
"devDependencies": { | ||
"@pnpm/list": "8.0.4", | ||
"@pnpm/list": "8.0.5", | ||
"@pnpm/test-fixtures": "0.0.26", | ||
"@types/archy": "0.0.32", | ||
@@ -46,0 +47,0 @@ "@types/ramda": "0.28.15", |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
34727
0
5
+ Added@pnpm/matcher@4.0.1(transitive)
- Removed@pnpm/matcher@4.0.0(transitive)
Updated@pnpm/matcher@4.0.1