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

find-packages

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-packages - npm Package Compare versions

Comparing version 9.0.13 to 10.0.0

2

lib/index.d.ts

@@ -12,2 +12,2 @@ import { ProjectManifest } from '@pnpm/types';

}
export default function findPkgs(root: string, opts?: Options): Promise<Project[]>;
export declare function findPackages(root: string, opts?: Options): Promise<Project[]>;

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.findPackages = void 0;
const path_1 = __importDefault(require("path"));

@@ -17,3 +18,3 @@ const read_project_manifest_1 = require("@pnpm/read-project-manifest");

];
async function findPkgs(root, opts) {
async function findPackages(root, opts) {
opts = opts ?? {};

@@ -50,3 +51,3 @@ const globOpts = { ...opts, cwd: root, includeRoot: undefined };

}
exports.default = findPkgs;
exports.findPackages = findPackages;
function normalizePatterns(patterns) {

@@ -53,0 +54,0 @@ const normalizedPatterns = [];

{
"name": "find-packages",
"version": "9.0.13",
"version": "10.0.0",
"description": "Find all packages inside a directory",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/read-project-manifest": "3.0.13",
"@pnpm/read-project-manifest": "4.0.0",
"@pnpm/types": "8.7.0",

@@ -34,3 +34,3 @@ "fast-glob": "^3.2.12",

"devDependencies": {
"find-packages": "9.0.13"
"find-packages": "10.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