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.4.3 to 1.4.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.4.4](https://github.com/semrel-extra/topo/compare/v1.4.3...v1.4.4) (2023-01-05)
### Bug Fixes
* update fast-glob to v3.2.12 ([d414511](https://github.com/semrel-extra/topo/commit/d414511f09142e194642330283718b1f6eb3fedd))
## [1.4.3](https://github.com/semrel-extra/topo/compare/v1.4.2...v1.4.3) (2022-07-29)

@@ -2,0 +9,0 @@

19

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

@@ -54,17 +54,18 @@ "publishConfig": {

"@types/toposort": "^2.0.3",
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"toposort": "^2.0.2",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/micromatch": "^4.0.2",
"c8": "^7.12.0",
"esbuild": "^0.14.51",
"esbuild-node-externals": "^1.4.1",
"esbuild": "^0.16.14",
"esbuild-node-externals": "^1.6.0",
"loadr": "^0.1.1",
"micromatch": "^4.0.5",
"prettier": "^2.7.1",
"tsc-esm-fix": "^2.20.0",
"tsm": "^2.2.2",
"typescript": "^4.7.4",
"prettier": "^2.8.1",
"tsc-esm-fix": "^2.20.8",
"tsm": "^2.3.0",
"typescript": "^4.9.4",
"uvu": "^0.5.6"

@@ -71,0 +72,0 @@ },

@@ -17,4 +17,4 @@ export interface IPackageJson {

}
export declare type ITopoOptions = Partial<ITopoOptionsNormalized>;
export declare type ITopoOptionsNormalized = {
export type ITopoOptions = Partial<ITopoOptionsNormalized>;
export type ITopoOptionsNormalized = {
workspaces: string[];

@@ -21,0 +21,0 @@ cwd: string;

@@ -17,4 +17,4 @@ export interface IPackageJson {

}
export declare type ITopoOptions = Partial<ITopoOptionsNormalized>;
export declare type ITopoOptionsNormalized = {
export type ITopoOptions = Partial<ITopoOptionsNormalized>;
export type ITopoOptionsNormalized = {
workspaces: string[];

@@ -21,0 +21,0 @@ cwd: string;

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