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

@yarnpkg/nm

Package Overview
Dependencies
Maintainers
6
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/nm - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

lib/buildNodeModulesTree.js

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

const parentLocatorKey = parentLocator ? stringifyLocator(parentLocator) : ``;
if (stringifyLocator(locator) !== parentLocatorKey && pkg.linkType === LinkType.SOFT && !isExternalSoftLink(pkg, locator, pnp, topPkgPortableLocation)) {
if (stringifyLocator(locator) !== parentLocatorKey && pkg.linkType === LinkType.SOFT && !locator.reference.startsWith(`link:`) && !isExternalSoftLink(pkg, locator, pnp, topPkgPortableLocation)) {
const location = getRealPackageLocation(pkg, locator, pnp);

@@ -129,0 +129,0 @@ const prevLocator = workspaceLikeLocators.get(location);

{
"name": "@yarnpkg/nm",
"version": "4.0.1",
"version": "4.0.2",
"license": "BSD-2-Clause",

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

"dependencies": {
"@yarnpkg/core": "^4.0.2",
"@yarnpkg/fslib": "^3.0.1",
"@yarnpkg/pnp": "^4.0.1"
"@yarnpkg/core": "^4.0.3",
"@yarnpkg/fslib": "^3.0.2",
"@yarnpkg/pnp": "^4.0.2"
},

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