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

@semrel-extra/topo

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semrel-extra/topo - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## [1.6.0](https://github.com/semrel-extra/topo/compare/v1.5.0...v1.6.0) (2023-03-16)
### Features
* feat: mix graph sources to result ([fb00824](https://github.com/semrel-extra/topo/commit/fb00824ec8ce469febeca302104190cd4f5693f3))
## [1.5.0](https://github.com/semrel-extra/topo/compare/v1.4.4...v1.5.0) (2023-02-24)

@@ -2,0 +7,0 @@

2

package.json
{
"name": "@semrel-extra/topo",
"version": "1.5.0",
"version": "1.6.0",
"description": "Helper to resolve monorepo dependencies graph",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -30,2 +30,3 @@ import { TDepMap, TGraph } from 'toposource';

queue: string[];
sources: string[];
graphs: TGraph[];

@@ -32,0 +33,0 @@ next: TDepMap;

@@ -30,2 +30,3 @@ import { TDepMap, TGraph } from 'toposource';

queue: string[];
sources: string[];
graphs: TGraph[];

@@ -32,0 +33,0 @@ next: TDepMap;

Sorry, the diff of this file is not supported yet

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