@pnpm/fetcher-base
Advanced tools
Comparing version 11.1.5 to 11.1.6
{ | ||
"name": "@pnpm/fetcher-base", | ||
"version": "11.1.5", | ||
"version": "11.1.6", | ||
"description": "Types for pnpm-compatible fetchers", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/fetcher-base", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/fetcher-base", | ||
"keywords": [ | ||
@@ -25,6 +25,6 @@ "pnpm6", | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetcher-base#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/fetcher-base#readme", | ||
"dependencies": { | ||
"@pnpm/resolver-base": "8.1.5", | ||
"@pnpm/types": "7.9.0", | ||
"@pnpm/resolver-base": "8.1.6", | ||
"@pnpm/types": "7.10.0", | ||
"@types/ssri": "^7.1.0" | ||
@@ -34,3 +34,3 @@ }, | ||
"devDependencies": { | ||
"@pnpm/fetcher-base": "11.1.5" | ||
"@pnpm/fetcher-base": "11.1.6" | ||
}, | ||
@@ -41,5 +41,4 @@ "scripts": { | ||
"test": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"readme": "# @pnpm/fetcher-base\n\n> Types for pnpm-compatible fetchers\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/@pnpm/fetcher-base.svg)](https://www.npmjs.com/package/@pnpm/fetcher-base)\n<!--/@-->\n\n## Installation\n\n```sh\npnpm add @pnpm/fetcher-base\n```\n\n## Usage\n\nHere's a template for a fetcher using types from `@pnpm/fetcher-base`:\n\n```ts\nimport {Resolution} from '@pnpm/resolver-base'\nimport {\n FetchOptions,\n FetchResult,\n} from '@pnpm/fetcher-base'\n\nexport async function (\n resolution: Resolution,\n targetFolder: string,\n opts: FetchOptions,\n): Promise<FetchResult>\n // ...\n return {\n filesIndex,\n tempLocation,\n }\n}\n```\n\n## License\n\nMIT\n" | ||
"compile": "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
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
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
5054
+ Added@pnpm/resolver-base@8.1.6(transitive)
+ Added@pnpm/types@7.10.0(transitive)
- Removed@pnpm/resolver-base@8.1.5(transitive)
- Removed@pnpm/types@7.9.0(transitive)
Updated@pnpm/resolver-base@8.1.6
Updated@pnpm/types@7.10.0