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

@yarnpkg/pnpify

Package Overview
Dependencies
Maintainers
6
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/pnpify - npm Package Compare versions

Comparing version 4.0.0-rc.51 to 4.0.0-rc.52

4

lib/resolveNodeModulesPath.js

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

while (curIdx <= lastIdx) {
const curSegment = (0, fslib_2.toFilename)(segments[curIdx]);
const curSegment = segments[curIdx];
locationCandidate = fslib_2.ppath.join(locationCandidate, curSegment);

@@ -56,3 +56,3 @@ node = nodeModulesTree.get(locationCandidate);

}
request = fslib_2.ppath.join(request, ...segments.slice(lastIdx + 1).map(x => (0, fslib_2.toFilename)(x)));
request = fslib_2.ppath.join(request, ...segments.slice(lastIdx + 1).map(x => x));
if (lastNode) {

@@ -59,0 +59,0 @@ if (!lastNode.dirList || request !== fslib_1.PortablePath.dot) {

{
"name": "@yarnpkg/pnpify",
"version": "4.0.0-rc.51",
"version": "4.0.0-rc.52",
"stableVersion": "3.1.6",

@@ -16,5 +16,5 @@ "license": "BSD-2-Clause",

"dependencies": {
"@yarnpkg/core": "^4.0.0-rc.51",
"@yarnpkg/fslib": "^3.0.0-rc.51",
"@yarnpkg/nm": "^4.0.0-rc.51",
"@yarnpkg/core": "^4.0.0-rc.52",
"@yarnpkg/fslib": "^3.0.0-rc.52",
"@yarnpkg/nm": "^4.0.0-rc.52",
"clipanion": "^4.0.0-rc.2",

@@ -25,3 +25,3 @@ "tslib": "^2.4.0"

"@yarnpkg/monorepo": "^0.0.0",
"@yarnpkg/pnp": "^4.0.0-rc.51"
"@yarnpkg/pnp": "^4.0.0-rc.52"
},

@@ -28,0 +28,0 @@ "scripts": {

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