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

@npmcli/map-workspaces

Package Overview
Dependencies
Maintainers
7
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/map-workspaces - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

index.js

@@ -132,3 +132,8 @@ const { promisify } = require('util')

Type: Error,
message: 'must not have multiple workspaces with the same name',
message: [
'must not have multiple workspaces with the same name',
`package '${name}' has conflicts in the following paths:`,
' ' + seen.get(name),
' ' + packagePathname
].join('\n'),
code: 'EDUPLICATEWORKSPACE'

@@ -135,0 +140,0 @@ })

2

package.json
{
"name": "@npmcli/map-workspaces",
"version": "1.0.3",
"version": "1.0.4",
"files": [

@@ -5,0 +5,0 @@ "index.js"

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