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

pkgs-graph

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgs-graph - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

lib/index.js.map

6

CHANGELOG.md
# pkgs-graph
## 6.1.1
### Patch Changes
- 1084ca1a7: Include dependencies with workspace version aliases in graph
## 6.1.0

@@ -4,0 +10,0 @@

4

lib/index.js

@@ -55,2 +55,6 @@ "use strict";

rawSpec = rawSpec.substr(10);
if (rawSpec === '^' || rawSpec === '~') {
rawSpec = '*';
}
;
}

@@ -57,0 +61,0 @@ spec = npm_package_arg_1.default.resolve(depName, rawSpec, pkg.dir);

2

package.json
{
"name": "pkgs-graph",
"version": "6.1.0",
"version": "6.1.1",
"description": "Create a graph from an array of packages",

@@ -5,0 +5,0 @@ "main": "lib/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