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 3.0.0 to 3.0.1-rc.1

2

lib/buildNodeModulesTree.js

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

|| depHoistingLimits === NodeModulesHoistingLimits.WORKSPACES;
addPackageToTree(stringifyLocator(depLocator) === stringifyLocator(locator) ? name : depName, depPkg, depLocator, node, pkg, allDependencies, relativeDepCwd, isHoistBorder);
addPackageToTree(depName, depPkg, depLocator, node, pkg, allDependencies, relativeDepCwd, isHoistBorder);
}

@@ -331,0 +331,0 @@ }

{
"name": "@yarnpkg/nm",
"version": "3.0.0",
"version": "3.0.1-rc.1",
"license": "BSD-2-Clause",

@@ -9,7 +9,7 @@ "main": "./lib/index.js",

"dependencies": {
"@yarnpkg/core": "^3.1.0",
"@yarnpkg/core": "^3.2.0-rc.1",
"@yarnpkg/fslib": "^2.6.0"
},
"devDependencies": {
"@yarnpkg/pnp": "^3.1.0"
"@yarnpkg/pnp": "^3.1.1-rc.1"
},

@@ -36,3 +36,4 @@ "scripts": {

"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
}
},
"stableVersion": "3.0.0"
}
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