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

@pnpm/list

Package Overview
Dependencies
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/list - npm Package Compare versions

Comparing version 8.1.1 to 8.1.2

2

lib/getPkgInfo.js

@@ -12,3 +12,3 @@ "use strict";

try {
manifest = await (0, readPkg_1.readPkg)(path_1.default.join(pkg.path, 'node_modules', pkg.name, 'package.json'));
manifest = await (0, readPkg_1.readPkg)(path_1.default.join(pkg.path, 'package.json'));
}

@@ -15,0 +15,0 @@ catch (err) { // eslint-disable-line

@@ -11,2 +11,3 @@ import { DependenciesField, Registries } from '@pnpm/types';

registries?: Registries;
modulesDir?: string;
}): Promise<(import("@pnpm/reviewing.dependencies-hierarchy").DependenciesHierarchy & {

@@ -29,2 +30,3 @@ name?: string | undefined;

registries?: Registries;
modulesDir?: string;
}): Promise<string>;

@@ -43,2 +45,3 @@ export declare function list(projectPaths: string[], maybeOpts: {

showExtraneous?: boolean;
modulesDir?: string;
}): Promise<string>;

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

search,
modulesDir: opts.modulesDir,
}))

@@ -66,2 +67,3 @@ .map(async ([projectPath, buildDependenciesHierarchy]) => {

registries: opts.registries,
modulesDir: opts.modulesDir,
}))

@@ -68,0 +70,0 @@ .map(async ([projectPath, dependenciesHierarchy]) => {

{
"name": "@pnpm/list",
"version": "8.1.1",
"version": "8.1.2",
"description": "List installed packages in a symlinked `node_modules`",

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

"semver": "^7.3.8",
"@pnpm/reviewing.dependencies-hierarchy": "1.2.1",
"@pnpm/reviewing.dependencies-hierarchy": "1.2.2",
"@pnpm/matcher": "4.0.1",

@@ -45,3 +45,3 @@ "@pnpm/read-package-json": "7.0.5",

"@types/semver": "7.3.13",
"@pnpm/list": "8.1.1",
"@pnpm/list": "8.1.2",
"@pnpm/test-fixtures": "0.0.31"

@@ -48,0 +48,0 @@ },

Sorry, the diff of this file is not supported yet

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