Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/fs.find-packages

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fs.find-packages - npm Package Compare versions

Comparing version 3.0.3 to 4.0.0

8

lib/index.d.ts

@@ -1,2 +0,2 @@

import { type ProjectManifest } from '@pnpm/types';
import { type Project } from '@pnpm/types';
export interface Options {

@@ -7,8 +7,2 @@ ignore?: string[];

}
export interface Project {
dir: string;
dirRealPath: string;
manifest: ProjectManifest;
writeProjectManifest: (manifest: ProjectManifest, force?: boolean | undefined) => Promise<void>;
}
export declare function findPackages(root: string, opts?: Options): Promise<Project[]>;

6

lib/index.js

@@ -39,6 +39,6 @@ "use strict";

try {
const dir = path_1.default.dirname(manifestPath);
const rootDir = path_1.default.dirname(manifestPath);
return {
dir,
dirRealPath: await fs_1.promises.realpath(dir),
rootDir,
rootDirRealPath: await fs_1.promises.realpath(rootDir),
...await (0, read_project_manifest_1.readExactProjectManifest)(manifestPath),

@@ -45,0 +45,0 @@ };

{
"name": "@pnpm/fs.find-packages",
"version": "3.0.3",
"version": "4.0.0",
"description": "Find all packages inside a directory",

@@ -29,8 +29,8 @@ "main": "lib/index.js",

"p-filter": "^2.1.0",
"@pnpm/types": "10.1.1",
"@pnpm/read-project-manifest": "6.0.3"
"@pnpm/types": "11.0.0",
"@pnpm/read-project-manifest": "6.0.4"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/fs.find-packages": "3.0.3"
"@pnpm/fs.find-packages": "4.0.0"
},

@@ -37,0 +37,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc