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 10.0.1 to 10.0.2

3

lib/index.js

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

const read_project_manifest_1 = require("@pnpm/read-project-manifest");
const util_lex_comparator_1 = require("@pnpm/util.lex-comparator");
const fast_glob_1 = __importDefault(require("fast-glob"));

@@ -35,3 +36,3 @@ const p_filter_1 = __importDefault(require("p-filter"));

.map(manifestPath => path_1.default.join(root, manifestPath))
.sort((path1, path2) => path_1.default.dirname(path1).localeCompare(path_1.default.dirname(path2)))), async (manifestPath) => {
.sort((path1, path2) => (0, util_lex_comparator_1.lexCompare)(path_1.default.dirname(path1), path_1.default.dirname(path2)))), async (manifestPath) => {
try {

@@ -38,0 +39,0 @@ return {

{
"name": "find-packages",
"version": "10.0.1",
"version": "10.0.2",
"description": "Find all packages inside a directory",

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

"dependencies": {
"@pnpm/read-project-manifest": "4.0.1",
"@pnpm/types": "8.8.0",
"@pnpm/read-project-manifest": "4.0.2",
"@pnpm/types": "8.9.0",
"@pnpm/util.lex-comparator": "1.0.0",
"fast-glob": "^3.2.12",

@@ -34,3 +35,3 @@ "p-filter": "^2.1.0"

"devDependencies": {
"find-packages": "10.0.1"
"find-packages": "10.0.2"
},

@@ -37,0 +38,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