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

@pnpm/find-workspace-dir

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/find-workspace-dir - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

3

lib/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.findWorkspaceDir = void 0;
exports.findWorkspaceDir = findWorkspaceDir;
const fs_1 = __importDefault(require("fs"));

@@ -24,3 +24,2 @@ const path_1 = __importDefault(require("path"));

}
exports.findWorkspaceDir = findWorkspaceDir;
async function getRealPath(path) {

@@ -27,0 +26,0 @@ return new Promise((resolve) => {

{
"name": "@pnpm/find-workspace-dir",
"version": "7.0.1",
"version": "7.0.2",
"description": "Finds the root of a pnpm workspace",

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

"find-up": "^5.0.0",
"@pnpm/error": "6.0.1"
"@pnpm/error": "6.0.2"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/find-workspace-dir": "7.0.1"
"@pnpm/find-workspace-dir": "7.0.2"
},

@@ -33,0 +33,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

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