New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/real-hoist

Package Overview
Dependencies
Maintainers
0
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/real-hoist - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

3

lib/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.hoist = void 0;
exports.hoist = hoist;
const error_1 = require("@pnpm/error");

@@ -87,3 +87,2 @@ const lockfile_utils_1 = require("@pnpm/lockfile.utils");

}
exports.hoist = hoist;
function toTree({ nodes, lockfile, depPathByPkgId, autoInstallPeers }, deps) {

@@ -90,0 +89,0 @@ return new Set(Object.entries(deps).map(([alias, ref]) => {

{
"name": "@pnpm/real-hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "3.0.10",
"version": "3.0.11",
"bugs": {

@@ -26,4 +26,4 @@ "url": "https://github.com/pnpm/pnpm/issues"

"@yarnpkg/nm": "4.0.2",
"@pnpm/dependency-path": "5.1.4",
"@pnpm/lockfile.utils": "1.0.1",
"@pnpm/dependency-path": "5.1.5",
"@pnpm/lockfile.utils": "1.0.2",
"@pnpm/error": "6.0.1"

@@ -33,6 +33,6 @@ },

"devDependencies": {
"@pnpm/lockfile.fs": "1.0.1",
"@pnpm/real-hoist": "3.0.10",
"@pnpm/test-fixtures": "0.1.30",
"@pnpm/types": "12.0.0"
"@pnpm/test-fixtures": "0.1.31",
"@pnpm/lockfile.fs": "1.0.2",
"@pnpm/real-hoist": "3.0.11",
"@pnpm/types": "12.1.0"
},

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