You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@auto/workspaces

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto/workspaces - npm Package Compare versions

Comparing version

to
0.0.14

2

build/get-cross-dependents.d.ts

@@ -1,3 +0,3 @@

import { TPackages } from '@auto/utils/src/';
import { TPackages } from '@auto/utils';
import { TCrossDependents } from './types';
export declare const getCrossDependents: (packages: TPackages) => TCrossDependents;

@@ -1,2 +0,2 @@

import { TWorkspacesPackageBump } from '@auto/utils/src/';
import { TWorkspacesPackageBump } from '@auto/utils';
export declare const getDependentsCount: (packageBump: TWorkspacesPackageBump) => number;

@@ -1,3 +0,3 @@

import { TPackages } from '@auto/utils/src/';
import { TPackages } from '@auto/utils';
import { TDependent } from './types';
export declare const getDependentsOf: (packages: TPackages, name: string) => TDependent[];
{
"name": "@auto/workspaces",
"version": "0.0.13",
"version": "0.0.14",
"description": "",

@@ -26,5 +26,5 @@ "keywords": "",

"dependencies": {
"@auto/utils": "^0.0.9",
"@auto/utils": "^0.0.10",
"esm": "^3.0.82"
}
}