New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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 0.0.12 to 0.0.13

6

build/get-cross-dependents.d.ts

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

import { TPackages } from "@auto/utils";
import { TCrossDependents } from "./types";
export declare const getCrossDependents: (packages: TPackages) => TCrossDependents;
import { TPackages } from '@auto/utils/src/';
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 { TWorkspacesPackageBump } from '@auto/utils/src/';
export declare const getDependentsCount: (packageBump: TWorkspacesPackageBump) => number;

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

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

@@ -1,4 +0,4 @@

export { getCrossDependents } from "./get-cross-dependents";
export { getDependentsOf } from "./get-dependents-of";
export { getDependentsCount } from "./get-dependents-count";
export * from "./types";
export { getCrossDependents } from './get-cross-dependents';
export { getDependentsOf } from './get-dependents-of';
export { getDependentsCount } from './get-dependents-count';
export * from './types';
export declare type TDependent = {
name: string;
range: string | null;
devRange: string | null;
name: string;
range: string | null;
devRange: string | null;
};
export declare type TCrossDependents = {
[name: string]: TDependent[];
};
[name: string]: TDependent[];
};
{
"name": "@auto/workspaces",
"version": "0.0.12",
"version": "0.0.13",
"description": "",

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

"dependencies": {
"@auto/utils": "^0.0.8",
"esm": "^3.0.81"
"@auto/utils": "^0.0.9",
"esm": "^3.0.82"
}
}
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