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

@pnpm/workspace.pkgs-graph

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/workspace.pkgs-graph - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

3

lib/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.createPkgGraph = void 0;
exports.createPkgGraph = createPkgGraph;
const path_1 = __importDefault(require("path"));

@@ -94,3 +94,2 @@ const npm_package_arg_1 = __importDefault(require("@pnpm/npm-package-arg"));

}
exports.createPkgGraph = createPkgGraph;
function createPkgMap(pkgs) {

@@ -97,0 +96,0 @@ const pkgMap = {};

{
"name": "@pnpm/workspace.pkgs-graph",
"version": "4.0.3",
"version": "4.0.4",
"description": "Create a graph from an array of packages",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

"better-path-resolve": "1.0.0",
"@pnpm/workspace.pkgs-graph": "4.0.3"
"@pnpm/workspace.pkgs-graph": "4.0.4"
},

@@ -29,5 +29,5 @@ "dependencies": {

"ramda": "npm:@pnpm/ramda@0.28.1",
"@pnpm/npm-resolver": "21.0.3",
"@pnpm/resolve-workspace-range": "6.0.0",
"@pnpm/types": "12.0.0"
"@pnpm/types": "12.1.0",
"@pnpm/npm-resolver": "21.0.4",
"@pnpm/resolve-workspace-range": "6.0.0"
},

@@ -34,0 +34,0 @@ "funding": "https://opencollective.com/pnpm",

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