find-packages
Advanced tools
Comparing version 8.0.11 to 8.0.12
{ | ||
"name": "find-packages", | ||
"version": "8.0.11", | ||
"version": "8.0.12", | ||
"description": "Find all packages inside a directory", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/find-packages", | ||
"keywords": [ | ||
@@ -25,6 +25,6 @@ "pnpm6", | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/find-packages#readme", | ||
"dependencies": { | ||
"@pnpm/read-project-manifest": "2.0.11", | ||
"@pnpm/types": "7.9.0", | ||
"@pnpm/read-project-manifest": "2.0.12", | ||
"@pnpm/types": "7.10.0", | ||
"fast-glob": "^3.2.4", | ||
@@ -35,3 +35,3 @@ "p-filter": "^2.1.0" | ||
"devDependencies": { | ||
"find-packages": "8.0.11" | ||
"find-packages": "8.0.12" | ||
}, | ||
@@ -42,5 +42,4 @@ "scripts": { | ||
"test": "pnpm run compile && pnpm run _test", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"readme": "# find-packages\n\n> Find all packages inside a directory\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/find-packages.svg)](https://www.npmjs.com/package/find-packages)\n<!--/@-->\n\n## Installation\n\n```sh\npnpm add find-packages\n```\n\n## Usage\n\n```js\nconst path = require('path')\nconst findPkgs = require('find-packages')\n\nfindPkgs(path.join(__dirname, 'test', 'fixture'))\n .then(pkgs => console.log(pkgs))\n .catch(err => console.error(err))\n //> [ { path: '/home/zkochan/src/find-packages/test/fixture/pkg',\n // manifest: { name: 'foo', version: '1.0.0' },\n // writeProjectManifest: [AsyncFunction] } ]\n```\n\n## API\n\n### `findPackages(dir, [opts])`\n\n#### `dir`\n\nThe directory in which to search for packages.\n\n#### `opts`\n\nParameters normally passed to [glob](https://www.npmjs.com/package/glob)\n\n#### `opts.patterns`\n\nArray of globs to use as package locations. For example: `['packages/**', 'utils/**']`.\n\n#### `opts.ignore`\n\nPatterns to ignore when searching for packages. By default: `**/node_modules/**`, `**/bower_components/**`, `**/test/**`, `**/tests/**`.\n\n## License\n\nMIT © [Zoltan Kochan](https://www.kochan.io)\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
8324
+ Added@pnpm/read-project-manifest@2.0.12(transitive)
+ Added@pnpm/types@7.10.0(transitive)
+ Added@pnpm/write-project-manifest@2.0.11(transitive)
- Removed@pnpm/read-project-manifest@2.0.11(transitive)
- Removed@pnpm/types@7.9.0(transitive)
- Removed@pnpm/write-project-manifest@2.0.10(transitive)
Updated@pnpm/types@7.10.0