@pnpm/resolver-base
Advanced tools
Comparing version 8.0.4 to 8.1.0
@@ -54,2 +54,4 @@ import { DependencyManifest } from '@pnpm/types'; | ||
export declare type WantedDependency = { | ||
injected?: boolean; | ||
} & ({ | ||
alias?: string; | ||
@@ -60,3 +62,3 @@ pref: string; | ||
pref?: string; | ||
}; | ||
}); | ||
export declare type ResolveFunction = (wantedDependency: WantedDependency, opts: ResolveOptions) => Promise<ResolveResult>; |
{ | ||
"name": "@pnpm/resolver-base", | ||
"version": "8.0.4", | ||
"version": "8.1.0", | ||
"description": "Types for pnpm-compatible resolvers", | ||
@@ -13,2 +13,3 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"pnpm6", | ||
"pnpm", | ||
@@ -23,3 +24,3 @@ "resolver" | ||
"dependencies": { | ||
"@pnpm/types": "7.4.0" | ||
"@pnpm/types": "7.5.0" | ||
}, | ||
@@ -32,3 +33,3 @@ "bugs": { | ||
"start": "pnpm run tsc -- --watch", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"lint": "eslint src/**/*.ts", | ||
"test": "pnpm run compile", | ||
@@ -35,0 +36,0 @@ "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" |
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
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
4601
64
1
+ Added@pnpm/types@7.5.0(transitive)
- Removed@pnpm/types@7.4.0(transitive)
Updated@pnpm/types@7.5.0