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.0-rc.51 to 4.0.0-rc.52

8

lib/buildNodeModulesTree.js

@@ -392,7 +392,7 @@ "use strict";

return name ? {
scope: (0, fslib_1.toFilename)(nameOrScope),
name: (0, fslib_1.toFilename)(name),
scope: nameOrScope,
name: name,
} : {
scope: null,
name: (0, fslib_1.toFilename)(nameOrScope),
name: nameOrScope,
};

@@ -449,3 +449,3 @@ };

const dirPath = fslib_1.npath.toPortablePath(segments.slice(0, segCount).join(fslib_1.ppath.sep));
const targetDir = (0, fslib_1.toFilename)(segments[segCount]);
const targetDir = segments[segCount];
const subdirs = tree.get(dirPath);

@@ -452,0 +452,0 @@ if (!subdirs) {

{
"name": "@yarnpkg/nm",
"version": "4.0.0-rc.51",
"version": "4.0.0-rc.52",
"license": "BSD-2-Clause",

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

"dependencies": {
"@yarnpkg/core": "^4.0.0-rc.51",
"@yarnpkg/fslib": "^3.0.0-rc.51",
"@yarnpkg/pnp": "^4.0.0-rc.51"
"@yarnpkg/core": "^4.0.0-rc.52",
"@yarnpkg/fslib": "^3.0.0-rc.52",
"@yarnpkg/pnp": "^4.0.0-rc.52"
},

@@ -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