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
34
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.2 to 3.0.3

1

lib/index.d.ts

@@ -9,2 +9,3 @@ import { type ProjectManifest } from '@pnpm/types';

dir: string;
dirRealPath: string;
manifest: ProjectManifest;

@@ -11,0 +12,0 @@ writeProjectManifest: (manifest: ProjectManifest, force?: boolean | undefined) => Promise<void>;

5

lib/index.js

@@ -7,2 +7,3 @@ "use strict";

exports.findPackages = void 0;
const fs_1 = require("fs");
const path_1 = __importDefault(require("path"));

@@ -39,4 +40,6 @@ const util_1 = __importDefault(require("util"));

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

@@ -43,0 +46,0 @@ };

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

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

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

@@ -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