@auto/workspaces
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -1,3 +0,3 @@ | ||
import { TPackages } from '@auto/utils'; | ||
import { TPackages } from '@auto/utils/node/'; | ||
import { TCrossDependents } from './types'; | ||
export declare const getCrossDependents: (packages: TPackages) => TCrossDependents; |
@@ -1,2 +0,2 @@ | ||
import { TWorkspacesPackageBump } from '@auto/utils'; | ||
export declare const getDependentsCount: (packageBump: TWorkspacesPackageBump) => number; | ||
import { TPackageBump } from '@auto/utils/node/'; | ||
export declare const getDependentsCount: (packageBump: TPackageBump) => number; |
@@ -1,3 +0,3 @@ | ||
import { TPackages } from '@auto/utils'; | ||
import { TPackages } from '@auto/utils/node/'; | ||
import { TCrossDependents, TDependent } from './types'; | ||
export declare const getDependentsOf: (crossDependents: TCrossDependents, packages: TPackages, name: string) => TDependent[] | null; |
{ | ||
"name": "@auto/workspaces", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -16,4 +16,4 @@ "keywords": [], | ||
"dependencies": { | ||
"@auto/utils": "^0.1.0" | ||
"@auto/utils": "^0.2.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5792
13
0
+ Added@auto/utils@0.2.0(transitive)
+ Addedescape-string-regexp@2.0.0(transitive)
- Removed@auto/utils@0.1.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
Updated@auto/utils@^0.2.0